From 432d38bd5adb752a99124a18985a06aeefcec179 Mon Sep 17 00:00:00 2001 From: Armando D Jagucki Date: Sun, 22 Nov 2020 07:08:22 -0800 Subject: [PATCH] chore(amazon): add big navi links (#880) --- src/store/model/amazon.ts | 40 +++++++++++++++++++++++++++++++++++++++ src/store/model/store.ts | 1 + 2 files changed, 41 insertions(+) diff --git a/src/store/model/amazon.ts b/src/store/model/amazon.ts index f87fb6c..c15d18e 100644 --- a/src/store/model/amazon.ts +++ b/src/store/model/amazon.ts @@ -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: diff --git a/src/store/model/store.ts b/src/store/model/store.ts index 4d97699..20fd16c 100644 --- a/src/store/model/store.ts +++ b/src/store/model/store.ts @@ -28,6 +28,7 @@ export type Brand = | 'sapphire' | 'sony' | 'xfx' + | 'powercolor' | 'zotac'; export type Series =