diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx
index 94a3618e9..d016efb24 100644
--- a/surfsense_web/components/assistant-ui/thread.tsx
+++ b/surfsense_web/components/assistant-ui/thread.tsx
@@ -222,9 +222,7 @@ const ThreadWelcome: FC = () => {
{/* Greeting positioned above the composer */}
-
- {greeting}
-
+ {greeting}
{/* Composer - top edge fixed, expands downward only */}
diff --git a/surfsense_web/components/homepage/github-stars-badge.tsx b/surfsense_web/components/homepage/github-stars-badge.tsx
index 8f313db58..38a22f7ac 100644
--- a/surfsense_web/components/homepage/github-stars-badge.tsx
+++ b/surfsense_web/components/homepage/github-stars-badge.tsx
@@ -1,11 +1,7 @@
"use client";
import { IconBrandGithub } from "@tabler/icons-react";
-import {
- motion,
- useMotionValue,
- useSpring,
-} from "motion/react";
+import { motion, useMotionValue, useSpring } from "motion/react";
import * as React from "react";
import { cn } from "@/lib/utils";
diff --git a/surfsense_web/components/layout/ui/shell/LayoutShell.tsx b/surfsense_web/components/layout/ui/shell/LayoutShell.tsx
index f03283192..286d65adc 100644
--- a/surfsense_web/components/layout/ui/shell/LayoutShell.tsx
+++ b/surfsense_web/components/layout/ui/shell/LayoutShell.tsx
@@ -315,15 +315,15 @@ export function LayoutShell({
- {/* Right panel — tabbed Sources/Report (desktop only) */}
- {documentsPanel && (
-
- )}
+ {/* Right panel — tabbed Sources/Report (desktop only) */}
+ {documentsPanel && (
+
+ )}
{/* Inbox Sidebar - slide-out panel */}
{inbox && (