Skip to content

Commit

Permalink
added space for notCompatibleWallets
Browse files Browse the repository at this point in the history
  • Loading branch information
paur94 committed Dec 3, 2024
1 parent 04a1cfb commit 533aaa7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const ConnectedWallets: FC<Props> = ({ provider, wallets, onClick, onConnect, de
notCompatibleWallets.length > 0 &&
(notCompatibleWallets.length > 1 ? (
<ResizablePanel>
<div className="flex flex-col gap-2">
<div className="flex flex-col gap-2 pl-2">
<button
onClick={() => setShowIncompatibleWallets(!showIncompatibleWallets)}
disabled={isLoading}
Expand Down

0 comments on commit 533aaa7

Please sign in to comment.