feat(14-04): add top-level PAX8 nav entry
- New top-level navigationItems entry (href: /pax8, icon: ShoppingCart) - Not added to the Engagement/Admin visibleItems super-admin gate — visible to all authenticated users on both desktop NavigationMenu and mobile Sheet (D-07)
This commit is contained in:
parent
51470f8892
commit
543ac39d83
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ import {
|
|||
Search,
|
||||
AlertTriangle,
|
||||
ChevronDown,
|
||||
ShoppingCart,
|
||||
} from 'lucide-react';
|
||||
import {
|
||||
NavigationMenu,
|
||||
|
|
@ -60,6 +61,12 @@ const navigationItems: NavItem[] = [
|
|||
icon: Server,
|
||||
description: 'Manage IT assets and devices'
|
||||
},
|
||||
{
|
||||
title: 'PAX8',
|
||||
href: '/pax8',
|
||||
icon: ShoppingCart,
|
||||
description: 'PAX8 companies, subscriptions, and cost breakdown'
|
||||
},
|
||||
{
|
||||
title: 'Backup Status',
|
||||
icon: HardDrive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue