Skip to content

Commit

Permalink
fix spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
ink-victor committed Dec 16, 2024
1 parent af87f60 commit 4fd9740
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/components/Wallet/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,12 @@ export const ConnectWallet: React.FC<ConnectWalletProps> = ({
>
<PlaceholderUntilLoaded
placeholder={
<div className="flex items-center justify-center">
Connecting...
</div>
<>
<div className="ink:hidden ink:sm:flex ink:items-center ink:justify-center">
Connecting...
</div>
<span className="ink:inline ink:sm:hidden">···</span>
</>
}
isLoading={isLoading}
>
Expand Down

0 comments on commit 4fd9740

Please sign in to comment.