diff --git a/src/components/chatblock.tsx b/src/components/chatblock.tsx index 802b764a..9f9632a3 100644 --- a/src/components/chatblock.tsx +++ b/src/components/chatblock.tsx @@ -121,7 +121,7 @@ export default function ChatBlock(props: { return (
@@ -255,10 +255,12 @@ export default function ChatBlock(props: {
)} {message?.messageType === ChatMessageType.AYUSHMA && ( - +
+ +
)} );