Skip to content

Commit

Permalink
fix(Account): use leftIcon prop on the sign in button
Browse files Browse the repository at this point in the history
  • Loading branch information
BrickheadJohnny committed Nov 21, 2024
1 parent 6dc028c commit ab2df3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/components/Account/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export const Account = () => {
onClick={() => setIsWalletSelectorModalOpen(true)}
data-testid="sign-in-button"
className="rounded-2xl"
leftIcon={<SignIn weight="bold" />}
>
<SignIn weight="bold" />
Sign in
</Button>
</Card>
Expand Down

0 comments on commit ab2df3b

Please sign in to comment.