diff options
Diffstat (limited to 'source/features/highlight-non-default-base-branch.tsx')
-rw-r--r-- | source/features/highlight-non-default-base-branch.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/highlight-non-default-base-branch.tsx b/source/features/highlight-non-default-base-branch.tsx index 003a0fad..cbd5a108 100644 --- a/source/features/highlight-non-default-base-branch.tsx +++ b/source/features/highlight-non-default-base-branch.tsx @@ -56,7 +56,7 @@ async function init(): Promise<false | void> { const branch = pr.baseRef && buildRepoURL(`tree/${pr.baseRefName}`); - prLink.parentElement!.querySelector('.text-small:is(.color-text-secondary, .color-fg-muted) .d-none.d-md-inline-flex')!.append( + prLink.parentElement!.querySelector('.text-small.color-fg-muted .d-none.d-md-inline-flex')!.append( <span className="issue-meta-section ml-2"> <GitPullRequestIcon/> {' To '} |