Skip to content

Commit

Permalink
Merge pull request #1 from pekramp/pekramp-patch-1
Browse files Browse the repository at this point in the history
Update amazon.ts
  • Loading branch information
pekramp authored Dec 15, 2020
2 parents 7425e64 + 28e26a5 commit 67dad52
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/store/model/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,14 @@ export const Amazon: Store = {
series: '3080',
url: 'https://www.amazon.com/dp/B08HJNKT3P'
},
{
brand: 'zotac',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08HVV2P4Z&Quantity.1=1',
model: 'trinity oc',
series: '3080',
url: 'https://www.amazon.com/dp/B08HVV2P4Z'
},
{
brand: 'zotac',
cartUrl:
Expand Down Expand Up @@ -471,6 +479,14 @@ export const Amazon: Store = {
series: '3090',
url: 'https://www.amazon.com/dp/B08HR9D2JS'
},
{
brand: 'evga',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08J5F3G18&Quantity.1=1',
model: 'ftw3 ultra',
series: '3090',
url: 'https://www.amazon.com/dp/B08J5F3G18'
},
{
brand: 'gigabyte',
cartUrl:
Expand Down Expand Up @@ -535,6 +551,22 @@ export const Amazon: Store = {
series: 'ryzen5950',
url: 'https://www.amazon.com/dp/B0815Y8J9N'
},
{
brand: 'sapphire',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08PHWJC8X&Quantity.1=1',
model: 'amd reference',
series: 'rx6900xt',
url: 'https://www.amazon.com/dp/B08PHWJC8X'
},
{
brand: 'xfx',
cartUrl:
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08PDQJVD9&Quantity.1=1',
model: 'amd reference',
series: 'rx6900xt',
url: 'https://www.amazon.com/dp/B08PDQJVD9'
},
{
brand: 'gigabyte',
cartUrl:
Expand Down

0 comments on commit 67dad52

Please sign in to comment.