From 366a948433e228dfafc46dd82635c23a9e601d34 Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Fri, 26 Apr 2024 10:29:45 +0530 Subject: [PATCH] disable project explore tab (#3373) * fix * fix --- .../src/features/discovery/ExploreProjectsPage.tsx | 4 ++-- .../src/features/discovery/LandingTabs.tsx | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) 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 (