refactor: correct navigation config
This commit is contained in:
@@ -2,7 +2,7 @@ const en = {
|
||||
dashboard: 'Dashboard',
|
||||
favorites: 'Favorites',
|
||||
history: 'History',
|
||||
my_profile: 'My profile',
|
||||
profile: 'My profile',
|
||||
};
|
||||
|
||||
export default en;
|
||||
|
||||
@@ -26,11 +26,11 @@ const navigationConfig = [
|
||||
url: 'history',
|
||||
},
|
||||
{
|
||||
id: 'my-profile',
|
||||
title: en.my_profile,
|
||||
id: 'profile',
|
||||
title: en.profile,
|
||||
type: 'item',
|
||||
icon: 'heroicons-outline:user-circle',
|
||||
url: 'my-profile',
|
||||
url: 'profile',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user