From ab2df3b84f685f8a161f794a76c1fd37b014f65a Mon Sep 17 00:00:00 2001 From: BrickheadJohnny Date: Thu, 21 Nov 2024 16:01:10 +0100 Subject: [PATCH] fix(Account): use `leftIcon` prop on the sign in button --- src/v2/components/Account/Account.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/v2/components/Account/Account.tsx b/src/v2/components/Account/Account.tsx index dacd6838bd..ec016a3404 100644 --- a/src/v2/components/Account/Account.tsx +++ b/src/v2/components/Account/Account.tsx @@ -44,8 +44,8 @@ export const Account = () => { onClick={() => setIsWalletSelectorModalOpen(true)} data-testid="sign-in-button" className="rounded-2xl" + leftIcon={} > - Sign in