Revert "feat(ui): make dashboard responsive for iPhone and mobile devices"
This reverts commit d3b326e.
The deployment caused reports of blank screens and 400 errors. Reverting to restore stable state while investigating root cause.
This commit is contained in:
@@ -65,10 +65,10 @@ export function MembershipSwitcher() {
|
||||
<button
|
||||
onClick={() => setOpen(!open)}
|
||||
disabled={switching}
|
||||
className="flex items-center gap-2 rounded-lg px-2 py-2 text-sm font-medium hover:bg-accent transition-colors disabled:opacity-50 sm:px-3"
|
||||
className="flex items-center gap-2 rounded-lg px-3 py-2 text-sm font-medium hover:bg-accent transition-colors disabled:opacity-50"
|
||||
>
|
||||
<Building2 className="h-4 w-4" />
|
||||
<span className="hidden max-w-[180px] truncate sm:inline">
|
||||
<span className="max-w-[180px] truncate">
|
||||
{activeTenant?.nombre || user?.tenantName}
|
||||
</span>
|
||||
{switching
|
||||
|
||||
Reference in New Issue
Block a user