diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index d119f0c..b21433e 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -1,6 +1,7 @@ import { Link, useLocation, useNavigate } from "@tanstack/react-router"; import { useAuth } from "@/lib/auth"; import { Button } from "@/components/ui/button"; +import { HeaderTimer } from "@/components/timer/header-timer"; import { Briefcase, Users, @@ -98,17 +99,24 @@ export function AppShell({ children }: { children: ReactNode }) { {/* Mobile top bar */} -
- - - Counsel +
+ + + Counsel - +
+ + +
+ {/* Desktop top bar with timer */} +
+ +
{NAV.filter((n) => !n.adminOnly || isAdmin).map((item) => { const active =