diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 5748b441c..dbc831b2f 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -254,13 +254,15 @@ const ThreadWelcome: FC = () => { return (
-
-

- {greeting} -

-
-
- +
+
+

+ {greeting} +

+
+
+ +
);