diff --git a/inertia/components/common/floating_navbar/floating_navbar.tsx b/inertia/components/common/floating_navbar/floating_navbar.tsx
index 6eaa525..08a14f3 100644
--- a/inertia/components/common/floating_navbar/floating_navbar.tsx
+++ b/inertia/components/common/floating_navbar/floating_navbar.tsx
@@ -42,9 +42,11 @@ export function FloatingNavbar({ width }: FloatingNavbarProps) {
const links = (
<>
-
- Dashboard
-
+ {auth.isAuthenticated && (
+
+ Dashboard
+
+ )}