diff --git a/apps/frontend/src/features/complex/complex-settings-page.tsx b/apps/frontend/src/features/complex/complex-settings-page.tsx
index 2471e19..d44c8ba 100644
--- a/apps/frontend/src/features/complex/complex-settings-page.tsx
+++ b/apps/frontend/src/features/complex/complex-settings-page.tsx
@@ -61,16 +61,7 @@ export function ComplexSettingsPage({ complexSlug }: ComplexSettingsPageProps) {
- {currentMembership?.role && (
-
-
- Tu rol
-
-
- {currentMembership.role}
-
-
- )}
+
@@ -84,11 +75,10 @@ export function ComplexSettingsPage({ complexSlug }: ComplexSettingsPageProps) {
key={tab.id}
type="button"
onClick={() => setActiveTab(tab.id)}
- className={`inline-flex items-center gap-2 rounded-2xl px-3 py-3 text-sm font-medium transition-all lg:w-full lg:justify-start ${
- isActive
+ className={`inline-flex items-center gap-2 rounded-2xl px-3 py-3 text-sm font-medium transition-all lg:w-full lg:justify-start ${isActive
? 'bg-primary text-primary-foreground shadow-sm'
: 'text-muted-foreground hover:bg-muted hover:text-foreground'
- }`}
+ }`}
>
{tab.label}
diff --git a/apps/frontend/src/features/home/home-page.tsx b/apps/frontend/src/features/home/home-page.tsx
index 7cc7281..3030c2d 100644
--- a/apps/frontend/src/features/home/home-page.tsx
+++ b/apps/frontend/src/features/home/home-page.tsx
@@ -719,10 +719,7 @@ export function HomePage() {
-
-
- {selectedComplex.complexSlug}
-
+
Panel de reservas