Files
streetmerchant/src/store/model/xbox.ts
T
Jef LeCompte 85bbaf905e chore(xbox): add xbox series x
Closes: #836
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
2020-11-22 11:34:30 -05:00

21 lines
415 B
TypeScript

import {Store} from './store';
export const Xbox: Store = {
labels: {
outOfStock: {
container:
'.src-pages-BundleBuilder-components-BundleBuilderHeader-__BundleBuilderHeader-module___checkoutButton',
text: ['out of stock']
}
},
links: [
{
brand: 'microsoft',
model: 'xbox series x',
series: 'xboxsx',
url: 'https://www.xbox.com/en-us/configure/8WJ714N3RBTL'
}
],
name: 'xbox'
};