Update src/app/admin/page.tsx

This commit is contained in:
2026-03-14 18:30:10 +00:00
parent c429eefdfe
commit aefd386fa9

View File

@@ -63,7 +63,7 @@ export default function AdminPage() {
{ label: 'Active Orders', value: '12', icon: Settings },
{ label: 'Menu Items', value: String(menuItems.length), icon: UtensilsCrossed },
{ label: 'Today\'s Revenue', value: '$1,240', icon: DollarSign }
],
] as [any, any, any],
logoIcon: Settings,
sidebarItems: [
{ label: 'Hours', icon: Clock, active: activeTab === 'hours' },