Use Link component instead of anchor tag
cgen-a1ba23193c0f489da31757203422cde7
This commit is contained in:
parent
18fcf43b33
commit
e77365517a
1 changed files with 2 additions and 2 deletions
|
|
@ -186,9 +186,9 @@ export default function UserTypeSelection({
|
||||||
variant="outline"
|
variant="outline"
|
||||||
className="bg-transparent border-aethex-400/30 text-aethex-400 hover:bg-aethex-400/10 hover:border-aethex-400 hover-lift transition-all duration-300"
|
className="bg-transparent border-aethex-400/30 text-aethex-400 hover:bg-aethex-400/10 hover:border-aethex-400 hover-lift transition-all duration-300"
|
||||||
>
|
>
|
||||||
<a href="/login">
|
<Link to="/login">
|
||||||
Sign In to Your Account
|
Sign In to Your Account
|
||||||
</a>
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue