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