diff --git a/src/features/dashboard/DashboardPersonalizationPanel.tsx b/src/features/dashboard/DashboardPersonalizationPanel.tsx
index 25a95c0..c0888d5 100644
--- a/src/features/dashboard/DashboardPersonalizationPanel.tsx
+++ b/src/features/dashboard/DashboardPersonalizationPanel.tsx
@@ -390,7 +390,7 @@ export default function DashboardPersonalizationPanel({
onClick={closeModal}
aria-label="Close personalization flow"
>
-
+
diff --git a/src/features/dashboard/StudentDangerZoneSection.tsx b/src/features/dashboard/StudentDangerZoneSection.tsx
index 2943bf6..0bb5e59 100644
--- a/src/features/dashboard/StudentDangerZoneSection.tsx
+++ b/src/features/dashboard/StudentDangerZoneSection.tsx
@@ -135,7 +135,7 @@ export default function StudentDangerZoneSection({
onClick={closeModal}
aria-label="Close delete account modal"
>
-
+
diff --git a/src/features/dashboard/StudentDashboard.tsx b/src/features/dashboard/StudentDashboard.tsx
index 81fb5bb..7d7f74d 100644
--- a/src/features/dashboard/StudentDashboard.tsx
+++ b/src/features/dashboard/StudentDashboard.tsx
@@ -1,6 +1,7 @@
'use client';
import Image from 'next/image';
+import dynamic from 'next/dynamic';
import Link from 'next/link';
import {
ArrowRight,
@@ -35,7 +36,7 @@ import {
type StudentDashboardRoom,
type StudentDashboardSkill,
} from './student-dashboard-model';
-import YantraAmbientBackground from './YantraAmbientBackground';
+const YantraAmbientBackground = dynamic(() => import('./YantraAmbientBackground'), { ssr: false });
import type {
DashboardCurriculumNode,
DashboardMomentumBar,
@@ -563,7 +564,7 @@ function DashboardNav() {
className="flex h-8 w-8 items-center justify-center rounded-full border border-white/12 bg-white/[0.04] text-white/70 transition-colors hover:bg-white/[0.08]"
aria-label="Student Profile"
>
-
+
@@ -894,7 +895,7 @@ function OverviewSection({ view }: { view: DashboardViewModel }) {
})
}
>
-
+
@@ -1230,7 +1231,7 @@ function YantraAiSection({ view }: { view: DashboardViewModel }) {
className="flex h-11 w-11 items-center justify-center rounded-full border border-white/10 bg-white text-black transition-colors hover:bg-white/92 hoverable"
aria-label="Send prompt"
>
-
+
diff --git a/supabase/.branches/_current_branch b/supabase/.branches/_current_branch
new file mode 100644
index 0000000..88d050b
--- /dev/null
+++ b/supabase/.branches/_current_branch
@@ -0,0 +1 @@
+main
\ No newline at end of file
diff --git a/supabase/.temp/cli-latest b/supabase/.temp/cli-latest
new file mode 100644
index 0000000..47c148f
--- /dev/null
+++ b/supabase/.temp/cli-latest
@@ -0,0 +1 @@
+v2.84.2
\ No newline at end of file