diff --git a/frontend/src/Hero.tsx b/frontend/src/Hero.tsx index 904dd2795..b74d22f26 100644 --- a/frontend/src/Hero.tsx +++ b/frontend/src/Hero.tsx @@ -19,7 +19,7 @@ export default function Hero({ }>; return (
diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index 4fb34186c..487e8ea7a 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -191,11 +191,11 @@ export default function Conversation() { }; return ( -
+
{queries.length > 0 && !hasScrolledToLast && (
-
-
+
+
-
+
{message} @@ -68,7 +68,7 @@ const ConversationBubble = forwardRef< />