fix(iwooos): restore security navigation guard
Some checks failed
Code Review / ai-code-review (push) Successful in 14s
CD Pipeline / tests (push) Failing after 1m32s
CD Pipeline / build-and-deploy (push) Has been skipped
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
Your Name
2026-06-26 18:37:47 +08:00
parent 6814104aaa
commit 7f4c497297
2 changed files with 20 additions and 9 deletions

View File

@@ -114,11 +114,11 @@ export const PRODUCT_NAV_SECTIONS: ProductNavSection[] = [
},
{
id: 'iwooos-security',
href: '/governance',
href: '/iwooos',
labelKey: 'iwooos',
Icon: ShieldCheck,
aliases: ['/security-compliance'],
relatedPaths: ['/iwooos', '/security', '/compliance'],
relatedPaths: ['/security', '/compliance'],
},
{
id: 'code-review',