Skip to content

Commit

Permalink
Merge pull request #270 from Saksham2k3s/bugfix/alignment-issue-login…
Browse files Browse the repository at this point in the history
…-signup-mobile

Solved issue 260
  • Loading branch information
hustlerZzZ authored Jun 9, 2024
2 parents dad2e8c + 9b8ba59 commit 54e49d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ function Login() {
</button>

<Link to="/signup">
<span className="text-sm ml-2 hover:text-blue-500 cursor-pointer">
<span className="text-sm hover:text-blue-500 cursor-pointer">
Don't have an account? Sign Up
</span>
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Signup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function Signup() {
</button>

<Link to="/login">
<span className="text-sm ml-2 hover:text-blue-500 cursor-pointer">
<span className="text-sm hover:text-blue-500 cursor-pointer">
Already have an account? Login
</span>
</Link>
Expand Down

0 comments on commit 54e49d0

Please sign in to comment.