Update components/chat/MessageBubble.tsx
This commit is contained in:
parent
ace2207751
commit
94b4b329e5
@ -110,7 +110,7 @@ const MessageBubble = ({ message, userName, avatarConfig }: MessageBubbleProps)
|
||||
transition={{ delay: 0.2 }}
|
||||
>
|
||||
<span className="text-sm text-gray-600 font-offbit">
|
||||
{isUser ? userName : 'ALMAZE'}
|
||||
{isUser ? userName : 'SOVIRO'}
|
||||
</span>
|
||||
<span className="text-xs text-gray-400">
|
||||
{new Date(message.timestamp).toLocaleTimeString()}
|
||||
|
Loading…
x
Reference in New Issue
Block a user