We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
time
relative-time
1 parent 018a5ee commit 240887eCopy full SHA for 240887e
src/content.js
@@ -166,7 +166,7 @@ function makeLabel(text, octicon) {
166
}
167
168
function makeUpdateLabel(time) {
169
- return `<time datetime="${time}" is="relative-time"></time>`;
+ return `<relative-time datetime="${time}"></relative-time>`;
170
171
172
function issueOrPrLink(type, repoPath, contributor) {
0 commit comments