Use Link component for sign in link
cgen-bc7ef755e9d64233ab5cf7b3115e0022
This commit is contained in:
parent
8f1a6994fb
commit
9afe0f68b5
1 changed files with 3 additions and 3 deletions
|
|
@ -123,12 +123,12 @@ export default function Onboarding() {
|
|||
</span>
|
||||
<div className="text-sm text-muted-foreground">
|
||||
Already have an account?{" "}
|
||||
<a
|
||||
href="/login"
|
||||
<Link
|
||||
to="/login"
|
||||
className="text-aethex-400 hover:text-aethex-300 underline transition-colors"
|
||||
>
|
||||
Sign In
|
||||
</a>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue