mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +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:  After: 
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