diff --git a/admin-spa/src/App.tsx b/admin-spa/src/App.tsx index abfe188..d0484c6 100644 --- a/admin-spa/src/App.tsx +++ b/admin-spa/src/App.tsx @@ -416,14 +416,14 @@ function Shell() { isDesktop ? (
-
+
{isDashboardRoute ? ( ) : ( )} -
+
@@ -436,9 +436,9 @@ function Shell() { ) : ( )} -
+
-
+
@@ -453,8 +453,8 @@ function Shell() { )} -
-
+
+
diff --git a/admin-spa/src/components/PageHeader.tsx b/admin-spa/src/components/PageHeader.tsx index e89fee5..aa767c2 100644 --- a/admin-spa/src/components/PageHeader.tsx +++ b/admin-spa/src/components/PageHeader.tsx @@ -17,11 +17,11 @@ export function PageHeader({ fullscreen = false }: PageHeaderProps) { return (
-
-
-

{title}

+
+
+

{title}

- {action &&
{action}
} + {action &&
{action}
}
); diff --git a/admin-spa/src/routes/Settings/components/SettingsLayout.tsx b/admin-spa/src/routes/Settings/components/SettingsLayout.tsx index 1cf53bb..b2208ce 100644 --- a/admin-spa/src/routes/Settings/components/SettingsLayout.tsx +++ b/admin-spa/src/routes/Settings/components/SettingsLayout.tsx @@ -63,14 +63,14 @@ export function SettingsLayout({ }, [title, onSave, isSaving, isLoading, saveLabel]); return ( -
+
{/* Content */} -
+
{!onSave && (
-
-
+
+

{title}

{description && (

{description}

@@ -86,7 +86,7 @@ export function SettingsLayout({
) : ( -
{children}
+
{children}
)}