Update UserMessage.svelte

c
This commit is contained in:
Timothy J. Baek 2024-05-15 12:42:43 -10:00
parent f2378be6f9
commit f7fcf95689

View File

@ -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>