diff --git a/web/components/nav-bar.tsx b/web/components/nav-bar.tsx
index 0b98506e..7f62230a 100644
--- a/web/components/nav-bar.tsx
+++ b/web/components/nav-bar.tsx
@@ -82,14 +82,14 @@ function NavOptions(props: { user: User | null; themeClasses: string }) {
>
) : (
<>
-
+
- Create a market
+ Leaderboards
diff --git a/web/components/profile-menu.tsx b/web/components/profile-menu.tsx
index e97a337e..1d685769 100644
--- a/web/components/profile-menu.tsx
+++ b/web/components/profile-menu.tsx
@@ -51,10 +51,6 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
name: 'Your markets',
href: `/${user.username}`,
},
- {
- name: 'Leaderboards',
- href: '/leaderboards',
- },
{
name: 'Discord',
href: 'https://discord.gg/eHQBNBqXuh',