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 )}