diff --git a/packages/grant-explorer/src/features/discovery/LandingTabs.tsx b/packages/grant-explorer/src/features/discovery/LandingTabs.tsx index f9133d681c..a9b9344008 100644 --- a/packages/grant-explorer/src/features/discovery/LandingTabs.tsx +++ b/packages/grant-explorer/src/features/discovery/LandingTabs.tsx @@ -37,12 +37,12 @@ export default function LandingTabs() { children: isDesktop ? "Explore rounds" : "Rounds", tabName: "home-rounds-tab", }, - { - to: "/projects", - activeRegExp: /^\/projects/, - children: isDesktop ? "Explore projects" : "Projects", - tabName: "home-projects-tab", - }, + // { + // to: "/projects", + // activeRegExp: /^\/projects/, + // children: isDesktop ? "Explore projects" : "Projects", + // tabName: "home-projects-tab", + // }, ]; return (