Skip to content

Commit

Permalink
Solve some issue with the register link
Browse files Browse the repository at this point in the history
  • Loading branch information
Dachrono committed Nov 7, 2023
1 parent 0f8b206 commit 79e767d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/LoginPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function LoginPage() {
onChange={InputChange}
/>
<button className="btn" type="submit">Log In</button>
<Link className="d-flex-col " to="./Register"><button className="btn-non" type="button">Register</button></Link>
<Link className="d-flex-col " to="/Register"><button className="btn-non" type="button">Register</button></Link>
</form>
</div>
);
Expand Down

0 comments on commit 79e767d

Please sign in to comment.