Need tooltip of the timestamp

This commit is contained in:
Lim Chee Aun 2023-12-15 23:30:09 +08:00
parent 60e86c1eaf
commit df16cabec5

View file

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