Skip to content

Commit

Permalink
Merge pull request #109 from Unalia09/main
Browse files Browse the repository at this point in the history
Update SigninForm.tsx
  • Loading branch information
Nishitbaria authored May 23, 2024
2 parents 0044c3b + 2391e06 commit dc81180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_auth/forms/SigninForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@ const SigninForm = () => {
)}
</Button>
<p className="mt-2 text-center text-small-regular text-light-2">
Dont have an Account?
Don't have an Account?
<Link
to="/sign-up"
className="ml-1 text-primary-500 text-small-semibold"
>
{" "}
Sign up{" "}
Sign up!{" "}
</Link>
</p>
</form>
Expand Down

0 comments on commit dc81180

Please sign in to comment.