builder link
CI / deploy (push) Failing after 6s

This commit is contained in:
2026-03-24 06:10:27 -04:00
parent 5526920ff8
commit 37921469d5
2 changed files with 3 additions and 19 deletions
-3
View File
@@ -6,7 +6,6 @@ import Image from "next/image";
import { usePathname } from "next/navigation";
import { useAuth } from "@/context/AuthContext";
import ThemeToggle from "@/components/ThemeToggle";
function NavLink({
href,
@@ -66,8 +65,6 @@ export function TopNav() {
{/* Right side actions */}
<div className="flex items-center justify-end gap-3 sm:gap-4">
<ThemeToggle />
{loading ? (
<span className="text-xs text-zinc-500">Checking session</span>
) : isAuthenticated ? (