Skip to content

Commit c2406bf

Browse files
committed
Update the issue extraction logic.
1 parent 4a6c791 commit c2406bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/enhancers/github/GitHubIssueAppendEnhancer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export class GitHubIssueAppendEnhancer
9191
const number = parseInt(numberStr!, 10)
9292
const unique_key = `github.com:${slug}:${number}`
9393
const title = document
94-
.querySelector("main h2")!
94+
.querySelector("main h1")!
9595
.textContent!.replace(/\s*#\d+$/, "")
9696
.trim()
9797
return {

0 commit comments

Comments
 (0)