From d1badc18870f05bea011a2eb8b7e3c1f7c67d63c Mon Sep 17 00:00:00 2001 From: Aditya Anand M C Date: Fri, 26 Apr 2024 10:04:55 +0530 Subject: [PATCH] fix --- .../src/features/discovery/LandingTabs.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 (