update user page and logo to be link also update profile page
This commit is contained in:
@@ -16,5 +16,5 @@ export default function ConditionalNavbar() {
|
||||
const isDashboardRoute = pathname?.startsWith("/dashboard");
|
||||
if (user || isDashboardRoute) return null;
|
||||
|
||||
return <Navbar />;
|
||||
return "";
|
||||
}
|
||||
Reference in New Issue
Block a user