mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
Update UserMessage.svelte
c
This commit is contained in:
parent
f2378be6f9
commit
f7fcf95689
@ -81,8 +81,10 @@
|
||||
{/if}
|
||||
|
||||
{#if message.timestamp}
|
||||
<span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
|
||||
{dayjs(message.timestamp * 1000).format($i18n.t('DD/MM/YYYY HH:mm'))}
|
||||
<span
|
||||
class=" invisible group-hover:visible text-gray-400 text-xs font-medium uppercase"
|
||||
>
|
||||
{dayjs(message.timestamp * 1000).format($i18n.t('h:mm a'))}
|
||||
</span>
|
||||
{/if}
|
||||
</Name>
|
||||
|
Loading…
Reference in New Issue
Block a user