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.
1 parent 4a6c791 commit c2406bfCopy full SHA for c2406bf
src/lib/enhancers/github/GitHubIssueAppendEnhancer.tsx
@@ -91,7 +91,7 @@ export class GitHubIssueAppendEnhancer
91
const number = parseInt(numberStr!, 10)
92
const unique_key = `github.com:${slug}:${number}`
93
const title = document
94
- .querySelector("main h2")!
+ .querySelector("main h1")!
95
.textContent!.replace(/\s*#\d+$/, "")
96
.trim()
97
return {
0 commit comments