diff --git a/servers/nextjs/app/(presentation-generator)/(dashboard)/Components/DashboardSidebar.tsx b/servers/nextjs/app/(presentation-generator)/(dashboard)/Components/DashboardSidebar.tsx index c7634ad9..7974bc1f 100644 --- a/servers/nextjs/app/(presentation-generator)/(dashboard)/Components/DashboardSidebar.tsx +++ b/servers/nextjs/app/(presentation-generator)/(dashboard)/Components/DashboardSidebar.tsx @@ -42,39 +42,7 @@ const DashboardSidebar = () => { Presenton logo - - - {/*
- {mounted && (auth?.user || auth?.userEmail) ? ( - -
- {(auth?.user?.name?.[0] || auth?.userEmail?.[0] || "?").toUpperCase()} -
-
-
{auth?.user?.name || auth?.userEmail}
- {auth?.userEmail &&
{auth.userEmail}
} -
- - ) : ( -
- -
-
-
-
-
- )} -
*/} - -