From 16be71a4ce7b85e8dbb04fb26eab894b94955de0 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Thu, 19 Mar 2026 14:23:13 +0100 Subject: [PATCH] chore(admin): add verification page titles to shell header --- src/components/AdminShell.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/AdminShell.tsx b/src/components/AdminShell.tsx index 3822f48..e69f188 100644 --- a/src/components/AdminShell.tsx +++ b/src/components/AdminShell.tsx @@ -50,6 +50,8 @@ const TAB_SETS: Array<{ prefixes: string[]; tabs: Tab[] }> = [ ]; const PAGE_TITLES: Array<{ prefix: string; title: string }> = [ + { prefix: '/admin/verification-status', title: 'Verification Status' }, + { prefix: '/admin/verification', title: 'Verification Review' }, { prefix: '/admin/approval', title: 'Approval Management' }, { prefix: '/admin/users', title: 'External User Management' }, { prefix: '/admin/company', title: 'Company Management' },