diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 4a3487e..1e8d34a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -116,7 +116,7 @@ export default function App() {
-
+
{/* ── Top bar: scene selector + clock ── */}
@@ -130,7 +130,7 @@ export default function App() { ))}
- + {new Date().toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })} · {new Date().toLocaleDateString([], { weekday: 'short', month: 'short', day: 'numeric' })} 🌸 body double @@ -170,21 +170,7 @@ export default function App() {
- {/* ── Bottom status bar ── */} -
-
- - {isRecording ? 'listening...' : isKiraSpeaking ? 'kira speaking...' : `kira's here for you, ${userName}`} -
-
- {isConnected ? '' : 'reconnecting...'} - 💖 -
-
+ {/* ── Bottom bar (removed) ── */}