Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d890f00

Browse files
neekolassaulmc
andauthored
Update components/Conversation/MessagesList.tsx
Co-authored-by: Saul Carlin <[email protected]>
1 parent ce9fa7c commit d890f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Conversation/MessagesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const DateDivider = ({ date }: { date?: Date }): JSX.Element => (
6767

6868
const ConversationBeginningNotice = (): JSX.Element => (
6969
<div className="flex align-items-center justify-center pb-4">
70-
<span className="text-gray-300 text-sm">
70+
<span className="text-gray-300 text-sm font-semibold">
7171
This is the beginning of the conversation
7272
</span>
7373
</div>

0 commit comments

Comments
 (0)