Skip to content

Commit 1ac57c4

Browse files
committed
[github] fix selector for github.com PR page
1 parent 8a9bda7 commit 1ac57c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/button/button-contributions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ export const buttonContributions: ButtonContributionParams[] = [
318318
{
319319
id: "gh-pull",
320320
exampleUrls: ["https://github.com/svenefftinge/browser-extension-test/pull/2"],
321-
selector: "#partial-discussion-header > div.gh-header-show > div > div",
321+
selector: "#partial-discussion-header div.gh-header-show > div > div",
322322
containerElement: createElement("div", {
323323
order: "2",
324324
}),

0 commit comments

Comments
 (0)