mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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: ![image](https://github.com/user-attachments/assets/d04be63c-ad1f-471b-8ab1-5e781063716c) After: ![image](https://github.com/user-attachments/assets/dc4a39b6-5b30-455d-b20a-6f04f84962d7)
This commit is contained in:
parent
d02443be95
commit
4167d772e9
@ -165,7 +165,7 @@ export const PrimaryNavigationList: FC<{
|
||||
{personalDashboardUIEnabled ? (
|
||||
<DynamicListItem
|
||||
href='/personal'
|
||||
text='Personal Dashboard'
|
||||
text='Dashboard'
|
||||
onClick={() => onClick('/personal')}
|
||||
selected={activeItem === '/personal'}
|
||||
>
|
||||
|
@ -16,7 +16,7 @@ exports[`returns all baseRoutes 1`] = `
|
||||
"mobile": true,
|
||||
},
|
||||
"path": "/personal",
|
||||
"title": "Personal Dashboard",
|
||||
"title": "Dashboard",
|
||||
"type": "protected",
|
||||
},
|
||||
{
|
||||
|
@ -62,7 +62,7 @@ export const routes: IRoute[] = [
|
||||
// Personal Dashboard
|
||||
{
|
||||
path: '/personal',
|
||||
title: 'Personal Dashboard',
|
||||
title: 'Dashboard',
|
||||
component: PersonalDashboard,
|
||||
type: 'protected',
|
||||
menu: { mobile: true },
|
||||
|
Loading…
Reference in New Issue
Block a user