diff options
Diffstat (limited to 'source/features/conversation-links-on-repo-lists.tsx')
| -rw-r--r-- | source/features/conversation-links-on-repo-lists.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/features/conversation-links-on-repo-lists.tsx b/source/features/conversation-links-on-repo-lists.tsx index a6cd79f8..285cb2fa 100644 --- a/source/features/conversation-links-on-repo-lists.tsx +++ b/source/features/conversation-links-on-repo-lists.tsx @@ -23,13 +23,13 @@ function init(): void { // Place before the "Updated on" element select('relative-time', repository)!.previousSibling!.before( <a - className="muted-link Link--muted mr-3" + className="Link--muted mr-3" href={repositoryLink.href + '/issues?q=is%3Aissue+is%3Aopen'} > <IssueOpenedIcon/> </a>, <a - className="muted-link Link--muted mr-3" + className="Link--muted mr-3" href={repositoryLink.href + '/pulls?q=is%3Apr+is%3Aopen'} > <GitPullRequestIcon/> |
