Skip to content

Commit

Permalink
fix(NavMenu): remove Guild Pin leaderboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Sep 27, 2024
1 parent a0bcd08 commit b6af0e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/v2/components/Header/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import { cn } from "@/lib/utils"
import {
Book,
CircleWavyCheck,
Code,
DiscordLogo,
File,
Expand Down Expand Up @@ -56,11 +55,6 @@ export const NavMenu = () => (
Create guild
</NavButton>

<NavButton href="/leaderboard">
<CircleWavyCheck weight="bold" />
Guild Pins leaderboard
</NavButton>

<NavButton href="https://help.guild.xyz">
<Info weight="bold" />
Guide
Expand Down

0 comments on commit b6af0e8

Please sign in to comment.