mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-26 17:45:14 +08:00
chore: update created at string position
This commit is contained in:
@ -140,7 +140,7 @@ const MessageView = (props: Props) => {
|
|||||||
>
|
>
|
||||||
{message.content}
|
{message.content}
|
||||||
</ReactMarkdown>
|
</ReactMarkdown>
|
||||||
<span className="self-end text-sm text-gray-400 pt-1 pr-1">
|
<span className="self-start text-sm text-gray-400 pt-1 pl-1">
|
||||||
{dayjs(message.createdAt).locale(settingStore.setting.locale).format("lll")}
|
{dayjs(message.createdAt).locale(settingStore.setting.locale).format("lll")}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user