diff options
Diffstat (limited to 'source/features/conflict-marker.tsx')
-rw-r--r-- | source/features/conflict-marker.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/conflict-marker.tsx b/source/features/conflict-marker.tsx index eb3472e2..f7ebcd41 100644 --- a/source/features/conflict-marker.tsx +++ b/source/features/conflict-marker.tsx @@ -60,7 +60,7 @@ async function init(): Promise<false | void> { if (data[pr.key].pullRequest.mergeable === 'CONFLICTING') { pr.link.after( <a - className="rgh-conflict-marker tooltipped tooltipped-e color-text-secondary color-fg-muted ml-2" + className="rgh-conflict-marker tooltipped tooltipped-e color-fg-muted ml-2" aria-label="This PR has conflicts that must be resolved" href={`${pr.link.pathname}#partial-pull-merging`} > |