diff --git a/src/components/layout/BottomNav.tsx b/src/components/layout/BottomNav.tsx
index 2f94584..929b2f8 100644
--- a/src/components/layout/BottomNav.tsx
+++ b/src/components/layout/BottomNav.tsx
@@ -28,7 +28,7 @@ export function BottomNav() {
if (isAdmin) tabs.push({ to: '/admin/users', label: 'Admin', icon: })
return (
-