chore(admin): add verification page titles to shell header
This commit is contained in:
parent
6c6667b8be
commit
16be71a4ce
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ const TAB_SETS: Array<{ prefixes: string[]; tabs: Tab[] }> = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const PAGE_TITLES: Array<{ prefix: string; title: string }> = [
|
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/approval', title: 'Approval Management' },
|
||||||
{ prefix: '/admin/users', title: 'External User Management' },
|
{ prefix: '/admin/users', title: 'External User Management' },
|
||||||
{ prefix: '/admin/company', title: 'Company Management' },
|
{ prefix: '/admin/company', title: 'Company Management' },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue