We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3520c commit 0ebf3d7Copy full SHA for 0ebf3d7
apps/hyperdrive-trading/src/ui/base/components/ConnectWallet.tsx
@@ -45,10 +45,10 @@ export function ConnectWalletButton(): JSX.Element {
45
className="daisy-btn daisy-btn-circle daisy-join-item flex size-12 bg-base-300"
46
onClick={openChainModal}
47
>
48
- <img className=" w-6 hover:scale-105" src={chain.iconUrl} />
+ <img className="w-6 hover:scale-105" src={chain.iconUrl} />
49
</button>
50
<button
51
- className="daisy-btn daisy-btn-circle daisy-join-item mx-0 w-24 md:w-32"
+ className="daisy-btn daisy-btn-circle daisy-join-item mx-0 w-24 md:w-32"
52
onClick={openAccountModal}
53
54
{account.displayName}
0 commit comments