This commit is contained in:
Anibal Angulo
2025-11-07 09:41:18 -06:00
parent cafe0bf5f3
commit af9b5fed01
21 changed files with 3065 additions and 266 deletions

View File

@@ -273,14 +273,11 @@ export function Sidebar({
collapsed ? "justify-center" : "justify-between",
)}
>
<h2
className={cn(
"text-sm font-medium text-slate-300",
collapsed && "text-xs text-center",
)}
>
{collapsed ? "Rooms" : "Datarooms"}
</h2>
{!collapsed && (
<h2 className="text-sm font-medium text-slate-300">
Datarooms
</h2>
)}
{renderWithTooltip(
"Crear dataroom",
<Button