diff --git a/apps/Frontend/src/components/layout/top-app-bar.tsx b/apps/Frontend/src/components/layout/top-app-bar.tsx
index 5c15fe7..b5e9754 100644
--- a/apps/Frontend/src/components/layout/top-app-bar.tsx
+++ b/apps/Frontend/src/components/layout/top-app-bar.tsx
@@ -8,7 +8,7 @@ import {
DropdownMenuSeparator,
DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";
-import { useLocation } from "wouter";
+import { Link, useLocation } from "wouter";
import { NotificationsBell } from "@/components/layout/notification-bell";
import { SidebarTrigger } from "@/components/ui/sidebar";
@@ -27,26 +27,28 @@ export function TopAppBar() {
{/* both desktop + mobile triggers */}