mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +01:00
Make edited timestamp tab-able
This commit is contained in:
parent
93e19f549d
commit
0c2d79c159
1 changed files with 1 additions and 0 deletions
|
@ -1467,6 +1467,7 @@ function Status({
|
||||||
{' '}
|
{' '}
|
||||||
• <Icon icon="pencil" alt="Edited" />{' '}
|
• <Icon icon="pencil" alt="Edited" />{' '}
|
||||||
<time
|
<time
|
||||||
|
tabIndex="0"
|
||||||
class="edited"
|
class="edited"
|
||||||
datetime={editedAtDate.toISOString()}
|
datetime={editedAtDate.toISOString()}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
Loading…
Reference in a new issue