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}
+
+
+
+
+
);
diff --git a/surfsense_web/components/new-chat/chat-example-prompts.tsx b/surfsense_web/components/new-chat/chat-example-prompts.tsx
index 95d7a0eaa..4a204386a 100644
--- a/surfsense_web/components/new-chat/chat-example-prompts.tsx
+++ b/surfsense_web/components/new-chat/chat-example-prompts.tsx
@@ -57,9 +57,13 @@ export function ChatExamplePrompts({ onSelect }: ChatExamplePromptsProps) {
{CHAT_EXAMPLE_CATEGORIES.map((category) => (
-
-
-
+
+
+
{category.prompts.map((prompt) => (
-