chore: move pixel office nav item under agents

This commit is contained in:
xmanrui
2026-03-04 00:50:13 +08:00
parent b2201b3aa7
commit c54a2ea135
+1 -1
View File
@@ -15,6 +15,7 @@ const NAV_ITEMS = [
group: "nav.overview",
items: [
{ href: "/", icon: "🤖", labelKey: "nav.agents" },
{ href: "/pixel-office", icon: "🎮", labelKey: "nav.pixelOffice" },
{ href: "/models", icon: "🧠", labelKey: "nav.models" },
],
},
@@ -24,7 +25,6 @@ const NAV_ITEMS = [
{ href: "/sessions", icon: "💬", labelKey: "nav.sessions" },
{ href: "/stats", icon: "📊", labelKey: "nav.stats" },
{ href: "/alerts", icon: "🔔", labelKey: "nav.alerts" },
{ href: "/pixel-office", icon: "🎮", labelKey: "nav.pixelOffice" },
],
},
{