"docs/en_US/Tutorial/HowToLaunchFromPython.rst" did not exist on "8931b1c5158ae2d88932dcf1d409d1a962782d3d"
Commit cf88652a authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: timestamp styling

parent 4ec81a89
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
{/if} {/if}
{#if message.timestamp} {#if message.timestamp}
<span class=" invisible group-hover:visible text-gray-400 text-xs font-normal"> <span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')} {dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
</span> </span>
{/if} {/if}
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
{/if} {/if}
{#if message.timestamp} {#if message.timestamp}
<span class=" invisible group-hover:visible text-gray-400 text-xs font-normal"> <span class=" invisible group-hover:visible text-gray-400 text-xs font-medium">
{dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')} {dayjs(message.timestamp * 1000).format('DD/MM/YYYY HH:MM')}
</span> </span>
{/if} {/if}
......
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