From 5c2ba22992de40d5fb5ec39b520d545a881e0915 Mon Sep 17 00:00:00 2001 From: devops-engineer Date: Sun, 7 Jun 2026 20:21:54 +0000 Subject: [PATCH] remove(orgs): drop data-residency/EU-region banner Per CTO directive 2026-06-07. Removes the DataResidencyNotice component (annotated in-code as a GDPR Art. 13 disclosure) and its single usage on the Organizations page. Copy-only; no logic change. Co-Authored-By: Claude Opus 4.8 (1M context) --- canvas/src/app/orgs/page.tsx | 20 -------------------- 1 file changed, 20 deletions(-) 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 (
  • -- 2.52.0