Commit f7fcf956 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

Update UserMessage.svelte

c
parent f2378be6
...@@ -81,8 +81,10 @@ ...@@ -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>
......
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