Skip to content

Commit

Permalink
fix: amazon prices (#2914)
Browse files Browse the repository at this point in the history
Resolves #2926
  • Loading branch information
wallopthecat authored Feb 1, 2022
1 parent fc0c3da commit f7236b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const Amazon: Store = {
},
],
maxPrice: {
container: '#priceblock_ourprice',
container: '.a-offscreen',
},
},
links: [
Expand Down

0 comments on commit f7236b3

Please sign in to comment.