mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 17:15:19 +08:00
chore: update created at string position
This commit is contained in:
@ -140,7 +140,7 @@ const MessageView = (props: Props) => {
|
||||
>
|
||||
{message.content}
|
||||
</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")}
|
||||
</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user