Skip to content

Commit

Permalink
fix(store): container names on nvidia (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef committed Sep 28, 2020
1 parent 5b8d774 commit 772de90
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/store/model/nvidia.ts
Expand Up @@ -6,10 +6,16 @@ export const Nvidia: Store = {
container: 'body',
text: ['are you a human?']
},
inStock: {
container: '.main-container',
text: ['add to cart']
}
inStock: [
{
container: '.main-container',
text: ['add to cart']
},
{
container: '.inner',
text: ['add to cart']
}
]
},
links: [
{
Expand Down

0 comments on commit 772de90

Please sign in to comment.