Skip to content

Commit

Permalink
minor fix for md display of non-authed, connect button
Browse files Browse the repository at this point in the history
  • Loading branch information
bearni95 committed Apr 29, 2024
1 parent 16c626f commit 4d884b6
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,13 @@
<button class={connectButtonClasses} on:click={connectWallet}>
{#if web3modalOpen}
<Spinner size="sm" />
Connecting
{#if windowSize !== 'md'}
Connecting
{/if}
{:else}
<CircleUserIcon size="16" />
Connect Wallet
{#if windowSize !== 'md'}
Connect Wallet{/if}
{/if}
</button>
{/if}
Expand Down

0 comments on commit 4d884b6

Please sign in to comment.