From 623deb23d60b18ad9b73643d4613f67a2f4dc3da Mon Sep 17 00:00:00 2001 From: Ben Lopata <42045469+bLopata@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:55:41 -0600 Subject: [PATCH] Adds disclaimer text to Chat. (#201) * Adds disclaimer text to Chat. * Removes disclaimer on default message. * Moves message to be above chat box from linear comments. --- www/app/Chat.tsx | 5 +++++ www/app/globals.css | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/www/app/Chat.tsx b/www/app/Chat.tsx index d2a6e9b..68e617f 100644 --- a/www/app/Chat.tsx +++ b/www/app/Chat.tsx @@ -503,6 +503,11 @@ What\'s on your mind? Let\'s dive in. 🌱`, setIsThoughtsOpen={setIsThoughtsOpen} />
+ {messages!.length > 1 && ( +
+ Bloom can make mistakes. Always double-check important information. +
+ )}