Need tooltip of the timestamp

pull/368/head
Lim Chee Aun 2023-12-15 23:30:09 +08:00
rodzic 60e86c1eaf
commit df16cabec5
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1609,6 +1609,7 @@ function Status({
<time
class="created"
datetime={createdAtDate.toISOString()}
title={createdAtDate.toLocaleString()}
>
{createdDateText}
</time>