mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 07:37:39 +00:00
fix(store): container names on nvidia (#333)
This commit is contained in:
@@ -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: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user