Make edited timestamp tab-able
This commit is contained in:
parent
93e19f549d
commit
0c2d79c159
|
@ -1467,6 +1467,7 @@ function Status({
|
|||
{' '}
|
||||
• <Icon icon="pencil" alt="Edited" />{' '}
|
||||
<time
|
||||
tabIndex="0"
|
||||
class="edited"
|
||||
datetime={editedAtDate.toISOString()}
|
||||
onClick={() => {
|
||||
|
|
Loading…
Reference in a new issue