From 28e83651ec3609d0ecdb19f98ec8dcf5e50a308e Mon Sep 17 00:00:00 2001 From: Gary Tou Date: Thu, 5 Jun 2025 18:19:18 -0700 Subject: [PATCH] [HCB] Remove empty category from directory (#1532) --- pages/fiscal-sponsorship/directory/index.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/pages/fiscal-sponsorship/directory/index.js b/pages/fiscal-sponsorship/directory/index.js index 8ee5c614..13411c96 100644 --- a/pages/fiscal-sponsorship/directory/index.js +++ b/pages/fiscal-sponsorship/directory/index.js @@ -109,9 +109,6 @@ export const categories = [ description: `Hackers are using HCB to run hackathons that'll blow your mind away.`, match: org => org.category == 'hackathon', icon: 'event-code' - }, - { - label: "" } ]