[HCB] Remove empty category from directory (#1532)

This commit is contained in:
Gary Tou 2025-06-05 18:19:18 -07:00 committed by GitHub
parent 0f620a1182
commit 28e83651ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -109,9 +109,6 @@ export const categories = [
description: `Hackers are using HCB to run hackathons that'll blow your mind away.`, description: `Hackers are using HCB to run hackathons that'll blow your mind away.`,
match: org => org.category == 'hackathon', match: org => org.category == 'hackathon',
icon: 'event-code' icon: 'event-code'
},
{
label: ""
} }
] ]