diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx
index 63b46a4..f7647ba 100644
--- a/src/components/Navigation.tsx
+++ b/src/components/Navigation.tsx
@@ -329,107 +329,16 @@ export default function Navigation({ pageTitle }: NavigationProps) {
animate="open"
>
-
-
+
+
-
{t('Dashboard')}
+
{t('Venue Management')}
-
-
-
-
-
- {/* Divider */}
-
-
-
- {
- const remoteSlug = settings?.default_remote_sport.facility_slug;
- const sportSlug = settings?.default_remote_sport.sport_slug;
- const hasCreds = !!getClaimedRemoteMember(settings);
- closeMenu();
- if (remoteSlug && sportSlug && hasCreds) {
- setShowPartnerModal(true);
- } else {
- setShowClaimModal(true);
- }
- }}
- className="flex items-center space-x-3 p-4 rounded-xl hover:bg-slate-50 transition-colors duration-200 group cursor-pointer"
- >
-
-
-
-
{t('Player Lookup')}
-
-
-
-
-
-
-
-
- {t("What's my level?")}
-
-
-
- {/* Admin Section */}
-
-
-
-
-
-
-
- {t('Venue Admin')}
-
-
>
)}
@@ -437,7 +346,7 @@ export default function Navigation({ pageTitle }: NavigationProps) {