Skip to content

Commit

Permalink
chore(amd): add rx6800xt midnight black (#2321)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidramiro authored Apr 9, 2021
1 parent 3c1419f commit c7e24e7
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/store/model/amd-ca.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ export const AmdCa: Store = {
series: 'rx6900xt',
url: 'https://www.amd.com/en/direct-buy/5458372200/ca',
},
{
brand: 'amd',
cartUrl:
'https://www.amd.com/en/direct-buy/5496921500/ca?add-to-cart=true',
model: 'amd reference',
series: 'rx6800xt',
url: 'https://www.amd.com/en/direct-buy/5496921500/ca',
},
],
name: 'amd-ca',
};
8 changes: 8 additions & 0 deletions src/store/model/amd-de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ export const AmdDe: Store = {
series: 'rx6900xt',
url: 'https://www.amd.com/de/direct-buy/5458374200/de',
},
{
brand: 'amd',
cartUrl:
'https://www.amd.com/de/direct-buy/5496921500/de?add-to-cart=true',
model: 'amd reference',
series: 'rx6800xt',
url: 'https://www.amd.com/de/direct-buy/5496921500/de',
},
],
name: 'amd-de',
};
8 changes: 8 additions & 0 deletions src/store/model/amd-it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ export const AmdIt: Store = {
series: 'rx6800xt',
url: 'https://www.amd.com/en/direct-buy/5458374100/it',
},
{
brand: 'amd',
cartUrl:
'https://www.amd.com/en/direct-buy/5496921500/it?add-to-cart=true',
model: 'amd reference',
series: 'rx6800xt',
url: 'https://www.amd.com/en/direct-buy/5496921500/it',
},
],
name: 'amd-it',
};
8 changes: 8 additions & 0 deletions src/store/model/amd-uk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@ export const AmdUk: Store = {
series: 'rx6900xt',
url: 'https://www.amd.com/en/direct-buy/5458374200/gb',
},
{
brand: 'amd',
cartUrl:
'https://www.amd.com/en/direct-buy/5496921500/gb?add-to-cart=true',
model: 'amd reference',
series: 'rx6800xt',
url: 'https://www.amd.com/en/direct-buy/5496921500/gb',
},
],
name: 'amd-uk',
};
8 changes: 8 additions & 0 deletions src/store/model/amd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ export const Amd: Store = {
series: 'rx6800',
url: 'https://www.amd.com/en/direct-buy/5458373400/us',
},
{
brand: 'amd',
cartUrl:
'https://www.amd.com/en/direct-buy/5496921500/us?add-to-cart=true',
model: 'amd reference',
series: 'rx6800xt',
url: 'https://www.amd.com/en/direct-buy/5496921500/us',
},
],
name: 'amd',
};

0 comments on commit c7e24e7

Please sign in to comment.