Skip to content

Commit

Permalink
Fix typo in link to forget-password (#61)
Browse files Browse the repository at this point in the history
A dash is missing
  • Loading branch information
DanielMateosLab authored May 1, 2020
1 parent 7d0b01d commit 4467e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const LoginPage = () => {
/>
</label>
<button type="submit">Sign in</button>
<Link href="/forgetpassword">
<Link href="/forget-password">
<a>Forget password</a>
</Link>
</form>
Expand Down

1 comment on commit 4467e6e

@vercel
Copy link

@vercel vercel bot commented on 4467e6e May 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.