diff --git a/components/layout/NavBar.tsx b/components/layout/NavBar.tsx index 6e6a4df..86e2d2a 100644 --- a/components/layout/NavBar.tsx +++ b/components/layout/NavBar.tsx @@ -15,8 +15,8 @@ const LINKS = [ { href: "/", label: "Dashboard" }, { href: "/control", label: "Control" }, { href: "/sessions", label: "Sessions" }, - { href: "/stats", label: "Stats" }, { href: "/devices", label: "Devices" }, + { href: "/stats", label: "Stats" }, ]; function isActive(pathname: string, href: string): boolean {