Use Link component instead of anchor tag

cgen-a1ba23193c0f489da31757203422cde7
This commit is contained in:
Builder.io 2025-08-08 10:20:24 +00:00
parent 18fcf43b33
commit e77365517a

View file

@ -186,9 +186,9 @@ export default function UserTypeSelection({
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"
>
<a href="/login">
<Link to="/login">
Sign In to Your Account
</a>
</Link>
</Button>
</div>
</div>