navbar: fix: redirect to login
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 42s

This commit is contained in:
GiovaniFZ 2025-01-25 22:45:34 -03:00
parent 260c926479
commit d7f309af3a
No known key found for this signature in database
GPG Key ID: 63DD92181B575322

View File

@ -31,7 +31,7 @@ const Navbar = () => {
<Server className="mr-2 h-5 w-5" /> Services
</Link>
<Link
href="/account"
href="/account/login"
className="flex items-center text-gray-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium"
>
<User className="mr-2 h-5 w-5" /> My Account
@ -71,7 +71,7 @@ const Navbar = () => {
<Server className="mr-2 h-5 w-5" /> Services
</Link>
<Link
href="/account"
href="/account/login"
className="flex items-center text-gray-300 hover:bg-gray-700 hover:text-white block px-3 py-2 rounded-md text-base font-medium"
>
<User className="mr-2 h-5 w-5" /> My Account