Skip to content

Commit

Permalink
chore: switch email submit copy from login to sign in
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Oct 30, 2023
1 parent 5a76faa commit 37a9e24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const WalletAuthEmailForm = ({ loading, active, onSubmit }: WalletAuthEma
</div>
<Button type="submit" size="lg" disabled={!active}>
{loading && <Loader className="absolute top-1/2 -translate-y-1/2 left-1.5" />}
Login
Sign In
</Button>
</form>
);
Expand Down

0 comments on commit 37a9e24

Please sign in to comment.