Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Sep 26, 2023
1 parent 6d3d09d commit 152b74d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const SMSOTP = ({ token, setToken }: LoginProps) => {
disabled={isLoginInProgress || (token.length > 0 ? false : phone.length == 0)}
onClick={() => handleLogin()}
>
{isLoginInProgress ? <Spinner /> : 'Log in Sign up'}
{isLoginInProgress ? <Spinner /> : 'Log in / Sign up'}
</button>
</div>
</Card>
Expand Down

0 comments on commit 152b74d

Please sign in to comment.