fix(topbar): drop demo.flow-master.ai from live tag; show 'live · EA2'
build-and-publish / test (push) Has been cancelled
build-and-publish / image (push) Has been cancelled

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.
This commit is contained in:
2026-06-14 20:40:02 +04:00
parent 7c25a6a62e
commit d203ce1740
+2 -2
View File
@@ -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() {
</span>
<span className="topbar-chip mono">{sc.version}</span>
{sc.live ? (
<span className="tag tag-live">live · {liveMeta.fetchedFrom?.replace("https://", "")}</span>
<span className="tag tag-live">live · EA2</span>
) : (
<span className="tag tag-syn">blueprint</span>
)}