Commit 05b533d5 authored by tom's avatar tom

remove icon for "verify contract" link in the navbar

parent 4afed289
......@@ -170,7 +170,6 @@ export default function useNavItems(): ReturnType {
{
text: 'Verify contract',
nextRoute: { pathname: '/contract-verification' as const },
icon: 'verify-contract',
isActive: pathname.startsWith('/contract-verification'),
},
...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