diff --git a/canvas/src/app/orgs/page.tsx b/canvas/src/app/orgs/page.tsx index 81af4fb8f..772684deb 100644 --- a/canvas/src/app/orgs/page.tsx +++ b/canvas/src/app/orgs/page.tsx @@ -179,7 +179,6 @@ function Shell({

Each org is an isolated Molecule workspace.

-
{children}
@@ -220,25 +219,6 @@ function AccountBar({ session }: { session: Session }) { ); } - -// DataResidencyNotice surfaces where workspace data lives so EU-based -// signups can make an informed choice (GDPR Art. 13 disclosure -// requirement). Plain text, no icon — the goal is clarity, not -// decoration. A future EU region selector can replace this with a -// region dropdown. -function DataResidencyNotice() { - return ( -

- Workspaces run in AWS us-east-2 (Ohio, United States). EU region support is on the roadmap — reach out to - {" "} - - support@moleculesai.app - - {" "}if you need data residency in another region today. -

- ); -} - function OrgRow({ org }: { org: Org }) { return (