diff --git a/app/notifications/page.tsx b/app/notifications/page.tsx index be979d5..33a0746 100644 --- a/app/notifications/page.tsx +++ b/app/notifications/page.tsx @@ -90,7 +90,7 @@ export default function NotificationsPage() { if (!user?.org_id) { return ( -
+

Switch to an organization to view notifications.

@@ -102,7 +102,7 @@ export default function NotificationsPage() { } return ( -
+
-
+
+
Loading...
}> diff --git a/app/settings/page.tsx b/app/settings/page.tsx index 012f348..f56e3d2 100644 --- a/app/settings/page.tsx +++ b/app/settings/page.tsx @@ -7,7 +7,7 @@ export const metadata = { export default function SettingsPage() { return ( -
+
) diff --git a/app/sites/[id]/page.tsx b/app/sites/[id]/page.tsx index d541511..eb5665d 100644 --- a/app/sites/[id]/page.tsx +++ b/app/sites/[id]/page.tsx @@ -221,7 +221,7 @@ export default function SiteDashboardPage() { if (!site) { return ( -
+

Site not found

) diff --git a/app/sites/[id]/settings/page.tsx b/app/sites/[id]/settings/page.tsx index 9270b83..723e8a2 100644 --- a/app/sites/[id]/settings/page.tsx +++ b/app/sites/[id]/settings/page.tsx @@ -323,15 +323,15 @@ export default function SiteSettingsPage() { if (!site) { return ( -
+

Site not found

) } return ( -
-
+
+

Site Settings

diff --git a/app/sites/new/page.tsx b/app/sites/new/page.tsx index 9d73e53..062d978 100644 --- a/app/sites/new/page.tsx +++ b/app/sites/new/page.tsx @@ -106,7 +106,7 @@ export default function NewSitePage() { // * Step 2: Framework picker + script (same as /welcome after adding first site) if (createdSite) { return ( -

+
@@ -172,7 +172,7 @@ export default function NewSitePage() { // * Step 1: Name & domain form return ( -
+

Create New Site