Commit 0e9a61e4 authored by isstuev's avatar isstuev

rename menu

parent 9e30f7f1
...@@ -198,7 +198,7 @@ export default function useNavItems(): ReturnType { ...@@ -198,7 +198,7 @@ export default function useNavItems(): ReturnType {
const accountNavItems = [ const accountNavItems = [
{ {
text: 'Watchlist', text: 'Watch list',
nextRoute: { pathname: '/account/watchlist' as const }, nextRoute: { pathname: '/account/watchlist' as const },
icon: watchlistIcon, icon: watchlistIcon,
isActive: pathname === '/account/watchlist', isActive: pathname === '/account/watchlist',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment