Commit 21fe9e9a authored by isstuev's avatar isstuev

navigation

parent f00684f7
...@@ -137,10 +137,10 @@ export default function useNavItems(): ReturnType { ...@@ -137,10 +137,10 @@ export default function useNavItems(): ReturnType {
} : null, } : null,
{ {
text: 'GraphQL', text: 'GraphQL',
nextRoute: { pathname: '/graphiql' as const }, nextRoute: { pathname: '/graphql' as const },
icon: graphQLIcon, icon: graphQLIcon,
isActive: pathname === '/graphiql', isActive: pathname === '/graphql',
isNewUi: false, isNewUi: true,
}, },
{ {
text: 'RPC API', text: 'RPC API',
......
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