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:
@@ -15,8 +15,8 @@ const LINKS = [
|
|||||||
{ href: "/", label: "Dashboard" },
|
{ href: "/", label: "Dashboard" },
|
||||||
{ href: "/control", label: "Control" },
|
{ href: "/control", label: "Control" },
|
||||||
{ href: "/sessions", label: "Sessions" },
|
{ href: "/sessions", label: "Sessions" },
|
||||||
{ href: "/stats", label: "Stats" },
|
|
||||||
{ href: "/devices", label: "Devices" },
|
{ href: "/devices", label: "Devices" },
|
||||||
|
{ href: "/stats", label: "Stats" },
|
||||||
];
|
];
|
||||||
|
|
||||||
function isActive(pathname: string, href: string): boolean {
|
function isActive(pathname: string, href: string): boolean {
|
||||||
|
|||||||
Reference in New Issue
Block a user