From 91e1b548a90bc4b47103a65687111bfad1b4a296 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 6 Oct 2024 11:52:19 -0700 Subject: [PATCH] refac: styling --- src/lib/components/chat/ChatPlaceholder.svelte | 1 + src/lib/components/chat/Suggestions.svelte | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/components/chat/ChatPlaceholder.svelte b/src/lib/components/chat/ChatPlaceholder.svelte index 7fea74e2b..846422402 100644 --- a/src/lib/components/chat/ChatPlaceholder.svelte +++ b/src/lib/components/chat/ChatPlaceholder.svelte @@ -125,6 +125,7 @@
{/if} -
+
{#each prompts as prompt, promptIdx}