navbar: fix: redirect to login
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 42s
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 42s
This commit is contained in:
parent
260c926479
commit
d7f309af3a
@ -31,7 +31,7 @@ const Navbar = () => {
|
|||||||
<Server className="mr-2 h-5 w-5" /> Services
|
<Server className="mr-2 h-5 w-5" /> Services
|
||||||
</Link>
|
</Link>
|
||||||
<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"
|
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
|
<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
|
<Server className="mr-2 h-5 w-5" /> Services
|
||||||
</Link>
|
</Link>
|
||||||
<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"
|
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
|
<User className="mr-2 h-5 w-5" /> My Account
|
||||||
|
Loading…
x
Reference in New Issue
Block a user