diff --git a/src/components/Chat.tsx b/src/components/Chat.tsx index f0432ca..1c95d26 100644 --- a/src/components/Chat.tsx +++ b/src/components/Chat.tsx @@ -59,7 +59,7 @@ const Chat = () => { }, [messages]); return ( -
+
{sections.map((section, i) => { const isLast = i === sections.length - 1; @@ -80,7 +80,7 @@ const Chat = () => { {loading && !messageAppeared && }
{dividerWidth > 0 && ( -
+