Skip to content

Commit

Permalink
update brave sidebar query
Browse files Browse the repository at this point in the history
  • Loading branch information
josStorer committed Sep 22, 2023
1 parent 86314e0 commit 18c9c4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/verify-search-engine-configs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const config = {
},
brave: {
inputQuery: ["input[name='q']"],
sidebarContainerQuery: ['#side-right'],
sidebarContainerQuery: ['.sidebar'],
appendContainerQuery: [],
resultsContainerQuery: ['#results'],
},
Expand Down
2 changes: 1 addition & 1 deletion src/content-script/site-adapters/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const config = {
},
brave: {
inputQuery: ["input[name='q']"],
sidebarContainerQuery: ['#side-right'],
sidebarContainerQuery: ['.sidebar'],
appendContainerQuery: [],
resultsContainerQuery: ['#results'],
},
Expand Down

0 comments on commit 18c9c4f

Please sign in to comment.