Commit 9adbfba5 authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

top validators -> validators (#2744)

parent 956e5e48
......@@ -71,7 +71,7 @@ export default function useNavItems(): ReturnType {
isActive: pathname === '/name-domains' || pathname === '/name-domains/[name]',
} : null;
const validators = config.features.validators.isEnabled ? {
text: 'Top validators',
text: 'Validators',
nextRoute: { pathname: '/validators' as const },
icon: 'validator',
isActive: pathname === '/validators' || pathname === '/validators/[id]',
......
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