Skip to content

Commit a9c4783

Browse files
Update components/chat.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Signed-off-by: Gerome <[email protected]>
1 parent cba7f67 commit a9c4783

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/chat.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export function Chat({
3333
>
3434
{messages.length === 0 && !isLoading && (
3535
<div className="flex items-center justify-center h-full text-muted-foreground text-lg font-serif">
36+
Start a new conversation
3637
</div>
3738
)}
3839

0 commit comments

Comments
 (0)