From d203ce174039821339c873bd0e90286eeb8a38dd Mon Sep 17 00:00:00 2001 From: shad Date: Sun, 14 Jun 2026 20:40:02 +0400 Subject: [PATCH] =?UTF-8?q?fix(topbar):=20drop=20demo.flow-master.ai=20fro?= =?UTF-8?q?m=20live=20tag;=20show=20'live=20=C2=B7=20EA2'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Oracle round-9 third blocker: App.tsx topbar tag rendered liveMeta.fetchedFrom?.replace('https://', '') which surfaced 'demo.flow-master.ai' in the topbar chip in live mode. Replaced with the buyer-safe brand label 'live · EA2'. liveMeta import removed (no other references). Wizard preview pane label change and CSP recovery from prior commit stay. --- src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 4ba0359..277fd19 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -19,7 +19,7 @@ import CommandBar from "./components/CommandBar"; import Toaster from "./components/Toaster"; import Console from "./components/Console"; import { Cmd, Home, Layers, HistoryIcon, Pulse, Refresh, Branch, Cog, User, Sun, Moon, Bot } from "./components/icons"; -import { liveMeta } from "./data/scenarios"; + export default function App() { const scene = useApp((s) => s.scene); @@ -171,7 +171,7 @@ export default function App() { {sc.version} {sc.live ? ( - live · {liveMeta.fetchedFrom?.replace("https://", "")} + live · EA2 ) : ( blueprint )}