Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce9fa7c commit d890f00Copy full SHA for d890f00
components/Conversation/MessagesList.tsx
@@ -67,7 +67,7 @@ const DateDivider = ({ date }: { date?: Date }): JSX.Element => (
67
68
const ConversationBeginningNotice = (): JSX.Element => (
69
<div className="flex align-items-center justify-center pb-4">
70
- <span className="text-gray-300 text-sm">
+ <span className="text-gray-300 text-sm font-semibold">
71
This is the beginning of the conversation
72
</span>
73
</div>
0 commit comments