Move Devices before Stats in the nav order

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WzyfRyA7h5rs5SCAahLAWd
This commit is contained in:
2026-08-31 19:43:05 +02:00
co-authored by Claude Sonnet 5
parent fe017497a2
commit e436ced95b
+1 -1
View File
@@ -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 {