diff --git a/packages/grant-explorer/src/features/discovery/ExploreProjectsPage.tsx b/packages/grant-explorer/src/features/discovery/ExploreProjectsPage.tsx index a53ebb3510..8f0f9bf715 100644 --- a/packages/grant-explorer/src/features/discovery/ExploreProjectsPage.tsx +++ b/packages/grant-explorer/src/features/discovery/ExploreProjectsPage.tsx @@ -203,7 +203,7 @@ export function ExploreProjectsPage(): JSX.Element { action={ collection && (
-
- )} + )} */} ) } 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 (