From f50756281e2f57f488504e9c111311b33d9068c0 Mon Sep 17 00:00:00 2001 From: DaKheera47 Date: Sat, 7 Feb 2026 16:06:59 +0000 Subject: [PATCH] demo top bar location fix --- orchestrator/src/client/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/src/client/App.tsx b/orchestrator/src/client/App.tsx index fe01771..7d75f33 100644 --- a/orchestrator/src/client/App.tsx +++ b/orchestrator/src/client/App.tsx @@ -34,7 +34,7 @@ export const App: React.FC = () => { <> {demoInfo?.demoMode && ( -
+
Demo mode: integrations are simulated and data resets every{" "} {demoInfo.resetCadenceHours} hours.