Commit 21fe9e9a authored by isstuev's avatar isstuev

navigation

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