Skip to content

Commit 5241923

Browse files
committed
added space to collab chat time
1 parent 2225017 commit 5241923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/chatrooms/[chatroomId]/components/message-area.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ const MessageArea = ({
296296
<div className="mb-1 flex items-center gap-2 text-xs font-medium text-muted-foreground">
297297
{message?.member_id
298298
? (message.full_name ?? "Unknown")
299-
: AIFullNameFormatted("AI Assistant")}
299+
: AIFullNameFormatted("AI Assistant")}{" "}
300300
{formattedTime}
301301
{message.is_ask && (
302302
<span className="inline-flex items-center rounded-full bg-purple-100 px-2 py-0.5 text-xs font-medium text-purple-800 dark:bg-purple-900 dark:text-purple-200">

0 commit comments

Comments
 (0)