Skip to content

Commit

Permalink
fix: change type selector to use h1 instead of h2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwigs committed Nov 23, 2023
1 parent a456c19 commit 331a63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/types/types-selector.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const typesSelector =
'#top > div.w-100.ph0-l.ph3.ph4-m > h2 > div > a'
'#top > div.w-100.ph0-l.ph3.ph4-m > h1 > div > a'

0 comments on commit 331a63e

Please sign in to comment.