diff --git a/web/components/profile-menu.tsx b/web/components/profile-menu.tsx index 215865b7..4f20a1a5 100644 --- a/web/components/profile-menu.tsx +++ b/web/components/profile-menu.tsx @@ -59,7 +59,6 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) { name: 'Discord', href: 'https://discord.gg/eHQBNBqXuh', }, - ...(mobile ? [{ name: 'About', href: '/about' }] : []), { name: 'About', href: '/about',