Remove hardcoded forgot password link

This commit is contained in:
Caleb Okpara 2022-05-19 21:00:59 +00:00
parent 946a941c4c
commit 024a370ce2

View File

@ -45,7 +45,7 @@ const LoginPage: FunctionComponent = () => {
</Link>
</p>
<p>
<span>Don&apos;t have an account? </span>{' '}
<span>Don&apos;t have an account? </span>
<Link to="/register">Sign up</Link>
</p>
</div>