mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
chore(amazon): add big navi links (#880)
This commit is contained in:
committed by
GitHub
parent
2d01cfddff
commit
432d38bd5a
@@ -424,6 +424,46 @@ export const Amazon: Store = {
|
||||
series: 'ryzen5950',
|
||||
url: 'https://www.amazon.com/dp/B0815Y8J9N'
|
||||
},
|
||||
{
|
||||
brand: 'gigabyte',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08NS4W2ZY&Quantity.1=1',
|
||||
model: 'amd reference',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08NS4W2ZY'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08MVC76SR&Quantity.1=1',
|
||||
model: 'amd reference',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08MVC76SR'
|
||||
},
|
||||
{
|
||||
brand: 'xfx',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08N6ZLX9B&Quantity.1=1',
|
||||
model: 'amd reference',
|
||||
series: 'rx6800xt',
|
||||
url: 'https://www.amazon.com/dp/B08N6ZLX9B'
|
||||
},
|
||||
{
|
||||
brand: 'powercolor',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08MNZM5TK&Quantity.1=1',
|
||||
model: 'amd reference',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08MNZM5TK'
|
||||
},
|
||||
{
|
||||
brand: 'sapphire',
|
||||
cartUrl:
|
||||
'https://www.amazon.com/gp/aws/cart/add.html?ASIN.1=B08MVCLBWK&Quantity.1=1',
|
||||
model: 'amd reference',
|
||||
series: 'rx6800',
|
||||
url: 'https://www.amazon.com/dp/B08MVCLBWK'
|
||||
},
|
||||
{
|
||||
brand: 'sony',
|
||||
cartUrl:
|
||||
|
||||
@@ -28,6 +28,7 @@ export type Brand =
|
||||
| 'sapphire'
|
||||
| 'sony'
|
||||
| 'xfx'
|
||||
| 'powercolor'
|
||||
| 'zotac';
|
||||
|
||||
export type Series =
|
||||
|
||||
Reference in New Issue
Block a user