Skip to content

Commit

Permalink
fix(scan): links builder (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benzyme93 committed Dec 4, 2020
1 parent 34a8fd4 commit ca5553c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/model/scan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const Scan: Store = {
],
linksBuilder: {
builder: getProductLinksBuilder({
productsSelector: 'ul.productColumns:not(.related) li.product',
productsSelector: 'div.productList ul.productColumns li.product',
sitePrefix: 'https://www.scan.co.uk',
titleSelector: '.details .description',
urlSelector: 'a[href]'
Expand Down

0 comments on commit ca5553c

Please sign in to comment.