diff --git a/app/sites/[id]/settings/page.tsx b/app/sites/[id]/settings/page.tsx index 2d05e7f..8485314 100644 --- a/app/sites/[id]/settings/page.tsx +++ b/app/sites/[id]/settings/page.tsx @@ -160,15 +160,16 @@ export default function SiteSettingsPage() { } return ( -
-
-

Site Settings

-

- Manage settings for {site.domain} -

-
+
+
+
+

Site Settings

+

+ Manage settings for {site.domain} +

+
-
+
{/* Sidebar Navigation */}
+
) }