update user page and logo to be link also update profile page

This commit is contained in:
m7amedez5511
2026-08-17 16:24:58 +03:00
parent 17dc53fcfe
commit 55b03ad6f4
12 changed files with 453 additions and 211 deletions

View File

@@ -16,5 +16,5 @@ export default function ConditionalNavbar() {
const isDashboardRoute = pathname?.startsWith("/dashboard");
if (user || isDashboardRoute) return null;
return <Navbar />;
return "";
}

View File

@@ -325,7 +325,7 @@ function SidebarContent({
justifyContent: compact ? "center" : "flex-start",
}}
>
{compact ? <BrandIcon size={36} /> : <Logo white />}
{compact ? <BrandIcon size={36} /> : <Logo white href="/dashboard" />}
</div>
<nav