From 3b2ba29cf1c90bdfc98f3d3a042160a6d9c9601f Mon Sep 17 00:00:00 2001 From: Gylfi Date: Sat, 19 Sep 2020 15:23:49 +0000 Subject: [PATCH] chore(store): add bandh links (#65) Co-authored-by: Jef LeCompte --- src/store/bandh.ts | 49 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/src/store/bandh.ts b/src/store/bandh.ts index 8d738f4..2c9bd18 100644 --- a/src/store/bandh.ts +++ b/src/store/bandh.ts @@ -8,7 +8,56 @@ export const BAndH: Store = { model: 'black', url: 'https://www.bhphotovideo.com/c/product/1593333-REG/gigabyte_gv_n3080gaming_oc_10gd_geforce_rtx_3080_gaming.html?SID=s1600391647213ytuua52439', oosLabels: ['notify when available'] + }, + { + brand: 'asus', + model: 'tuf', + url: 'https://www.bhphotovideo.com/c/product/1593649-REG/asus_tuf_rtx3080_10g_gaming_tuf_gaming_geforce_rtx.html', + oosLabels: ['notify when available'] + }, + { + brand: 'gigabyte', + model: 'gaming-oc', + url: 'https://www.bhphotovideo.com/c/product/1593333-REG/gigabyte_gv_n3080gaming_oc_10gd_geforce_rtx_3080_gaming.html', + oosLabels: ['notify when available'] + }, + { + brand: 'zotac', + model: 'trinity', + url: 'https://www.bhphotovideo.com/c/product/1592969-REG/zotac_zt_a30800d_10p_gaming_geforce_rtx_3080.html', + oosLabels: ['notify when available'] + }, + { + brand: 'asus', + model: 'tuf-oc', + url: 'https://www.bhphotovideo.com/c/product/1593650-REG/asus_tuf_rtx3080_o10g_gaming_tuf_gaming_geforce_rtx.html', + oosLabels: ['notify when available'] + }, + { + brand: 'msi', + model: 'xtrio', + url: 'https://www.bhphotovideo.com/c/product/1593996-REG/msi_g3080gxt10_geforce_rtx_3080_gaming.html', + oosLabels: ['notify when available'] + }, + { + brand: 'msi', + model: 'ventus', + url: 'https://www.bhphotovideo.com/c/product/1593997-REG/msi_g3080v3x10c_geforce_rtx_3080_ventus.html', + oosLabels: ['notify when available'] + }, + { + brand: 'msi', + model: 'TRIO2', + url: 'https://www.bhphotovideo.com/c/product/1593645-REG/msi_geforce_rtx_3080_gaming.html', + oosLabels: ['notify when available'] + }, + { + brand: 'msi', + model: 'ventus-oc', + url: 'https://www.bhphotovideo.com/c/product/1593646-REG/msi_geforce_rtx_3080_ventus.html', + oosLabels: ['notify when available'] } + ], name: 'bandh' };