From 90a05075c9e6eed8a4c594ed1dd349dac4e8d557 Mon Sep 17 00:00:00 2001 From: Andymick Date: Sun, 19 Jul 2026 11:36:30 +0100 Subject: [PATCH] UX: Reorder admin menu to highlight Design Approvals and Shipping rates Move Design Approvals and Shipping rates to the top of the admin menu (after Orders) for better visibility and accessibility. Co-Authored-By: Claude Haiku 4.5 --- src/components/AdminNav.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/AdminNav.tsx b/src/components/AdminNav.tsx index e3c7191..957293e 100644 --- a/src/components/AdminNav.tsx +++ b/src/components/AdminNav.tsx @@ -6,6 +6,12 @@ export default function AdminNav() { Orders + + Design Approvals + + + Shipping rates + Add product @@ -27,9 +33,6 @@ export default function AdminNav() { Inbox - - Design Approvals - Add to gallery @@ -39,9 +42,6 @@ export default function AdminNav() { Change password - - Shipping rates - ); }