Skip to content

Commit 8074ead

Browse files
committed
fix assistant prompt examples
1 parent e6addfc commit 8074ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/AssistantIntroduction.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
const dispatch = createEventDispatcher<{ message: string }>();
1313
</script>
1414

15-
<div class="flex h-full w-full flex-col content-center items-center justify-center">
15+
<div class="flex h-full w-full flex-col content-center items-center justify-center pb-52">
1616
<div
1717
class="relative mt-auto rounded-2xl bg-gray-100 text-gray-600 dark:border-gray-800 dark:bg-gray-800/60 dark:text-gray-300"
1818
>

0 commit comments

Comments
 (0)