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