mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-19 01:17:18 +02:00
chore: rename personal dashboard menu item to dashboard (#8437)
This change updates the title for the personal dashboard menu item to be just "dashboard" Before:  After: 
This commit is contained in:
parent
d02443be95
commit
4167d772e9
@ -165,7 +165,7 @@ export const PrimaryNavigationList: FC<{
|
|||||||
{personalDashboardUIEnabled ? (
|
{personalDashboardUIEnabled ? (
|
||||||
<DynamicListItem
|
<DynamicListItem
|
||||||
href='/personal'
|
href='/personal'
|
||||||
text='Personal Dashboard'
|
text='Dashboard'
|
||||||
onClick={() => onClick('/personal')}
|
onClick={() => onClick('/personal')}
|
||||||
selected={activeItem === '/personal'}
|
selected={activeItem === '/personal'}
|
||||||
>
|
>
|
||||||
|
@ -16,7 +16,7 @@ exports[`returns all baseRoutes 1`] = `
|
|||||||
"mobile": true,
|
"mobile": true,
|
||||||
},
|
},
|
||||||
"path": "/personal",
|
"path": "/personal",
|
||||||
"title": "Personal Dashboard",
|
"title": "Dashboard",
|
||||||
"type": "protected",
|
"type": "protected",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -62,7 +62,7 @@ export const routes: IRoute[] = [
|
|||||||
// Personal Dashboard
|
// Personal Dashboard
|
||||||
{
|
{
|
||||||
path: '/personal',
|
path: '/personal',
|
||||||
title: 'Personal Dashboard',
|
title: 'Dashboard',
|
||||||
component: PersonalDashboard,
|
component: PersonalDashboard,
|
||||||
type: 'protected',
|
type: 'protected',
|
||||||
menu: { mobile: true },
|
menu: { mobile: true },
|
||||||
|
Loading…
Reference in New Issue
Block a user