fix: swap Proxy Hosts and Analytics nav order

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
fuomag9
2026-02-27 14:27:05 +01:00
parent c8bc1f7500
commit 0955084772
+1 -1
View File
@@ -38,8 +38,8 @@ type User = {
const NAV_ITEMS = [
{ href: "/", label: "Overview", icon: DashboardIcon },
{ href: "/analytics", label: "Analytics", icon: BarChartIcon },
{ href: "/proxy-hosts", label: "Proxy Hosts", icon: DnsIcon },
{ href: "/analytics", label: "Analytics", icon: BarChartIcon },
{ href: "/access-lists", label: "Access Lists", icon: SecurityIcon },
{ href: "/certificates", label: "Certificates", icon: ShieldIcon },
{ href: "/settings", label: "Settings", icon: SettingsIcon },