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 ( -Site not found
Site not found
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 ( -