From 05b533d5e95738e0192f6cd838a3c348f490cdf7 Mon Sep 17 00:00:00 2001 From: tom Date: Tue, 2 Jan 2024 11:17:31 +0400 Subject: [PATCH] remove icon for "verify contract" link in the navbar --- lib/hooks/useNavItems.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/hooks/useNavItems.tsx b/lib/hooks/useNavItems.tsx index cd2a1adbad..f330a53c07 100644 --- a/lib/hooks/useNavItems.tsx +++ b/lib/hooks/useNavItems.tsx @@ -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,