Skip to content

Commit

Permalink
added register as a link
Browse files Browse the repository at this point in the history
  • Loading branch information
andrrsin committed Apr 22, 2024
1 parent 664f460 commit 3165346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/Login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const Login = () => {
Log In
</Button>
<Typography component="div" align="center" sx={{ marginTop: 2 }}>
<Link to="/login">New around here? Create account.</Link>
<Link to="/register">New around here? Create account.</Link>
</Typography>


Expand Down

0 comments on commit 3165346

Please sign in to comment.