Skip to content

Commit

Permalink
ref: hide leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
fricoben committed Nov 15, 2023
1 parent 3c673f1 commit e978edd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/UI/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ const Navbar: FunctionComponent = () => {
<Link href="/achievements">
<li className={styles.menuItem}>Achievements</li>
</Link>
<Link href="/leaderboard">
{/* <Link href="/leaderboard">
<li className={styles.menuItem}>Leaderboard</li>
</Link>
</Link> */}
{address ? (
<>
<Link
Expand Down Expand Up @@ -286,14 +286,14 @@ const Navbar: FunctionComponent = () => {
</li>
</Link>
) : null}
<Link href="/leaderboard">
{/* <Link href="/leaderboard">
<li
onClick={() => setNav(false)}
className={styles.menuItemSmall}
>
Leaderboard
</li>
</Link>
</Link> */}
</ul>
</div>
</div>
Expand Down

1 comment on commit e978edd

@vercel
Copy link

@vercel vercel bot commented on e978edd Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.