style: Move VPN above Firewall in sidebar

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-09 23:42:34 +00:00
parent b0a3e2f1f1
commit c9732ffa7f
2 changed files with 4 additions and 4 deletions

View File

@@ -58,8 +58,8 @@ export function AppSidebar() {
];
const centralItems = [
{ to: '/central/firewall', icon: Shield, label: 'Firewall' },
{ to: '/central/vpn', icon: Lock, label: 'VPN' },
{ to: '/central/firewall', icon: Shield, label: 'Firewall' },
{ to: '/central/crowdsec', icon: ShieldAlert, label: 'CrowdSec' },
{ to: '/central/dhcp', icon: Wifi, label: 'DHCP' },
];