mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-10 06:10:17 -04:00
Add href to "Forgot password?" link
This commit is contained in:
parent
016b2a3d70
commit
27bd613bc1
|
@ -30,7 +30,7 @@ export default function Page() {
|
||||||
<Input type='password' title="Password" />
|
<Input type='password' title="Password" />
|
||||||
</div>
|
</div>
|
||||||
<div className="flex flex-col items-left space-y-4">
|
<div className="flex flex-col items-left space-y-4">
|
||||||
<InlineLink>
|
<InlineLink href="/forgot_password">
|
||||||
Forgot password?
|
Forgot password?
|
||||||
</InlineLink>
|
</InlineLink>
|
||||||
<Button>
|
<Button>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user