diff --git a/frontend/src/components/VibeAura.tsx b/frontend/src/components/VibeAura.tsx
index d83cc77..1841eb2 100644
--- a/frontend/src/components/VibeAura.tsx
+++ b/frontend/src/components/VibeAura.tsx
@@ -31,17 +31,8 @@ export function VibeAura({ profile, ambient = false }: { profile: VibeProfile; a
'--vibe-core-opacity': ambient ? '0.38' : '1',
} as CSSProperties;
- return (
-
+ const aura = (
+
@@ -58,4 +49,34 @@ export function VibeAura({ profile, ambient = false }: { profile: VibeProfile; a
)}
);
+
+ if (ambient) {
+ return (
+
+ );
+ }
+
+ return (
+
+ {aura}
+
+ );
}
diff --git a/frontend/src/pages/Vibe.tsx b/frontend/src/pages/Vibe.tsx
index 0cf0509..49d1273 100644
--- a/frontend/src/pages/Vibe.tsx
+++ b/frontend/src/pages/Vibe.tsx
@@ -186,7 +186,7 @@ export default function Vibe() {
// ---- Active session ----
return (
-
+