Need tooltip of the timestamp
This commit is contained in:
parent
60e86c1eaf
commit
df16cabec5
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue