c
@@ -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>
</Name>