Commit 2ecdb06d authored by Igor Stuev's avatar Igor Stuev Committed by GitHub

Merge pull request #1467 from blockscout/tom2drum/issue-1461

remove icon for "verify contract" link in the navbar
parents 4cd99338 05b533d5
...@@ -170,7 +170,6 @@ export default function useNavItems(): ReturnType { ...@@ -170,7 +170,6 @@ export default function useNavItems(): ReturnType {
{ {
text: 'Verify contract', text: 'Verify contract',
nextRoute: { pathname: '/contract-verification' as const }, nextRoute: { pathname: '/contract-verification' as const },
icon: 'verify-contract',
isActive: pathname.startsWith('/contract-verification'), isActive: pathname.startsWith('/contract-verification'),
}, },
...config.UI.sidebar.otherLinks, ...config.UI.sidebar.otherLinks,
......
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