diff options
Diffstat (limited to 'source/features/pinned-issues-update-time.tsx')
| -rw-r--r-- | source/features/pinned-issues-update-time.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/pinned-issues-update-time.tsx b/source/features/pinned-issues-update-time.tsx index 61fd7cf9..3eb48fe6 100644 --- a/source/features/pinned-issues-update-time.tsx +++ b/source/features/pinned-issues-update-time.tsx @@ -45,7 +45,7 @@ async function init(): Promise<void | false> { const {updatedAt} = lastUpdated[api.escapeKey(issueNumber)]; select('.pinned-item-desc', pinnedIssue)!.append( ' • ', - <span className="text-gray color-text-secondary d-inline-block"> + <span className="color-text-secondary d-inline-block"> updated <relative-time datetime={updatedAt}/> </span>, ); |
