Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Apr 26, 2024
1 parent ec074c8 commit d1badc1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/grant-explorer/src/features/discovery/LandingTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit d1badc1

Please sign in to comment.