From 477af8af4ed7213a6f16d26e6a391df949c8d97a Mon Sep 17 00:00:00 2001 From: aballerr Date: Wed, 7 Sep 2022 15:47:24 -0400 Subject: [PATCH] fix: Making sure all icons are 24px (#4580) Making all icons size 24px on web status Co-authored-by: Alex Ball --- src/components/Web3Status/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Web3Status/index.tsx b/src/components/Web3Status/index.tsx index 62d04850bc..06268607de 100644 --- a/src/components/Web3Status/index.tsx +++ b/src/components/Web3Status/index.tsx @@ -218,7 +218,7 @@ function Web3StatusInner() { } else if (account) { return ( - {navbarFlagEnabled && !hasPendingTransactions && } + {navbarFlagEnabled && !hasPendingTransactions && } {hasPendingTransactions ? (