diff --git a/src/store/model/gamestop.ts b/src/store/model/gamestop.ts index 8d965f0..38417d0 100644 --- a/src/store/model/gamestop.ts +++ b/src/store/model/gamestop.ts @@ -5,6 +5,10 @@ export const Gamestop: Store = { inStock: { container: '.add-to-cart', text: ['add to cart'] + }, + outOfStock: { + container: '.add-to-cart', + text: ['not available'] } }, links: [