From 63af495693a550698c1f542b193d8cc16e4c00b2 Mon Sep 17 00:00:00 2001 From: ajaythapliyal Date: Sat, 25 Feb 2023 11:11:15 +0530 Subject: [PATCH] incorporates 13 from Nicks list --- frontend/src/conversation/Conversation.tsx | 2 +- frontend/src/conversation/ConversationBubble.tsx | 12 ++++++++---- frontend/src/store.ts | 2 ++ frontend/tailwind.config.cjs | 1 + 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/frontend/src/conversation/Conversation.tsx b/frontend/src/conversation/Conversation.tsx index f07749b..99bd2db 100644 --- a/frontend/src/conversation/Conversation.tsx +++ b/frontend/src/conversation/Conversation.tsx @@ -30,7 +30,7 @@ export default function Conversation() { return (
-
+
{messages.map((message, index) => { return (