Skip to content

Commit 0ebf3d7

Browse files
committed
cleanup
1 parent 9b3520c commit 0ebf3d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/hyperdrive-trading/src/ui/base/components/ConnectWallet.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ export function ConnectWalletButton(): JSX.Element {
4545
className="daisy-btn daisy-btn-circle daisy-join-item flex size-12 bg-base-300"
4646
onClick={openChainModal}
4747
>
48-
<img className=" w-6 hover:scale-105" src={chain.iconUrl} />
48+
<img className="w-6 hover:scale-105" src={chain.iconUrl} />
4949
</button>
5050
<button
51-
className="daisy-btn daisy-btn-circle daisy-join-item mx-0 w-24 md:w-32"
51+
className="daisy-btn daisy-btn-circle daisy-join-item mx-0 w-24 md:w-32"
5252
onClick={openAccountModal}
5353
>
5454
{account.displayName}

0 commit comments

Comments
 (0)