"src/git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "9a83bde7e5d5745d3001542a04d8456088fc4986"
Commit f7fcf956 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update UserMessage.svelte

c
parent f2378be6
......@@ -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>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment