diff --git a/frontend/src/Navigation.tsx b/frontend/src/Navigation.tsx index a660a13..697f0d9 100644 --- a/frontend/src/Navigation.tsx +++ b/frontend/src/Navigation.tsx @@ -147,7 +147,7 @@ export default function Navigation({ src={Arrow2} alt="arrow" className={`${ - isDocsListOpen ? 'rotate-0' : '-rotate-90' + isDocsListOpen ? 'rotate-0' : 'rotate-180' } mr-3 w-3 transition-all`} /> diff --git a/frontend/src/conversation/ConversationBubble.tsx b/frontend/src/conversation/ConversationBubble.tsx index 6cb5667..3bd7d5b 100644 --- a/frontend/src/conversation/ConversationBubble.tsx +++ b/frontend/src/conversation/ConversationBubble.tsx @@ -25,7 +25,7 @@ const ConversationBubble = forwardRef< bubble = (
-
+

{message}

@@ -40,7 +40,7 @@ const ConversationBubble = forwardRef< >