From dfdc5db48798fa8d3f8093c5db2cfe7fe6011d99 Mon Sep 17 00:00:00 2001 From: Andymick Date: Sun, 19 Jul 2026 11:38:19 +0100 Subject: [PATCH] Fix: Add Design Approvals and Shipping rates to admin dropdown menu Add missing links to the AdminMenu dropdown that appears in the header when admin is logged in. These links now appear right after Orders for easy access. Co-Authored-By: Claude Haiku 4.5 --- src/components/AdminMenu.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/AdminMenu.tsx b/src/components/AdminMenu.tsx index 4484c48..5cf2a26 100644 --- a/src/components/AdminMenu.tsx +++ b/src/components/AdminMenu.tsx @@ -13,6 +13,8 @@ interface MenuItem { const ADMIN_LINKS: MenuItem[] = [ { href: '/admin/dashboard', label: '📊 Dashboard' }, { href: '/admin/orders', label: '📦 Orders' }, + { href: '/admin/designs', label: '✓ Design Approvals' }, + { href: '/admin/shipping-rates', label: '🚚 Shipping rates' }, { label: '💰 Financial', submenu: [