fix(store): container names on nvidia (#333)

This commit is contained in:
Jef LeCompte
2020-09-27 21:40:23 -04:00
committed by GitHub
parent 5b8d774b7c
commit 772de900a1
+10 -4
View File
@@ -6,10 +6,16 @@ export const Nvidia: Store = {
container: 'body', container: 'body',
text: ['are you a human?'] text: ['are you a human?']
}, },
inStock: { inStock: [
container: '.main-container', {
text: ['add to cart'] container: '.main-container',
} text: ['add to cart']
},
{
container: '.inner',
text: ['add to cart']
}
]
}, },
links: [ links: [
{ {