From 9b9cd6200fc0f111f146baa3cbcac513dac6f823 Mon Sep 17 00:00:00 2001 From: JayJay1024 Date: Thu, 8 Aug 2024 09:43:59 +0800 Subject: [PATCH] Add rounded-full style to chain logo in ChainSwitch --- src/components/header/chain-switch.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/components/header/chain-switch.tsx b/src/components/header/chain-switch.tsx index 9a16256..124598e 100644 --- a/src/components/header/chain-switch.tsx +++ b/src/components/header/chain-switch.tsx @@ -62,7 +62,13 @@ export default function ChainSwitch() { > {currentChain ? ( <> - Chain logo + Chain logo {currentChain.name} - Chain logo + Chain logo {getChainConfig(option.chainId).name} ))}