Skip to content

Commit

Permalink
chore(amd): update rx6900xt urls (#2876)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sierra-Romeo authored Jan 3, 2022
1 parent 2ff7f58 commit 88ec46e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/store/model/amd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ export const Amd: Store = {
{
brand: 'amd',
cartUrl:
'https://www.amd.com/en/direct-buy/5458374200/us?add-to-cart=true',
'https://www.amd.com/en/direct-buy/5458372200/us?add-to-cart=true',
model: 'amd reference',
series: 'rx6900xt',
url: 'https://www.amd.com/en/direct-buy/5458374200/us',
url: 'https://www.amd.com/en/direct-buy/5458372200/us',
},
{
brand: 'amd',
Expand All @@ -83,6 +83,14 @@ export const Amd: Store = {
series: 'rx6800xt',
url: 'https://www.amd.com/en/direct-buy/5496921500/us',
},
{
brand: 'amd',
cartUrl:
'https://www.amd.com/en/direct-buy/5496921400/us?add-to-cart=true',
model: 'amd reference',
series: 'rx6700xt',
url: 'https://www.amd.com/en/direct-buy/5496921400/us',
},
],
name: 'amd',
};

0 comments on commit 88ec46e

Please sign in to comment.