feat: update backup routes and navigation links for consistency

This commit is contained in:
shuaiplus
2026-03-20 05:53:24 +08:00
parent c2b920532d
commit a17ed646a0
3 changed files with 16 additions and 5 deletions
@@ -87,7 +87,7 @@ export default function AppAuthenticatedShell(props: AppAuthenticatedShellProps)
<span>{t('nav_device_management')}</span>
</Link>
{props.profile?.role === 'admin' && (
<Link href="/help" className={`side-link ${props.location === '/help' ? 'active' : ''}`}>
<Link href="/backup" className={`side-link ${props.location === '/backup' ? 'active' : ''}`}>
<Cloud size={16} />
<span>{t('nav_backup_strategy')}</span>
</Link>