diff --git a/web/app/chat/page.tsx b/web/app/chat/page.tsx index d2dca39..9fb93c8 100644 --- a/web/app/chat/page.tsx +++ b/web/app/chat/page.tsx @@ -343,7 +343,7 @@ function EmptyState({ onExample, onSearchMode }: { onExample: (q: string) => voi {/* Examples */} - + {EXAMPLES.map(({ q, icon }) => (