From fddc0021d36e4d0a9dacccc546da8260684f0eeb Mon Sep 17 00:00:00 2001 From: pntless Date: Thu, 1 Oct 2020 13:22:37 -0400 Subject: [PATCH] feat(store): adds aorus master 3080 to newegg (#402) --- README.md | 2 +- src/store/model/newegg.ts | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36bb20c..9a878d8 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Here is a list of variables that you can use to customize your newly copied `.en |:---:|---| | `asus` | `rog strix`, `rog strix oc`, `strix`, `tuf`, `tuf oc` | | `evga` | `ftw3`, `ftw3 ultra`, `xc3 black`, `xc3`, `xc3 ultra` | -| `gigabyte` | `eagle`, `eagle oc`, `gaming`, `gaming oc` | +| `gigabyte` | `aorus master`, `eagle`, `eagle oc`, `gaming`, `gaming oc` | | `msi` | `gaming x trio`, `ventus 3x`, `ventus 3x oc` | | `nvidia` | `founders edition` | | `pny` | `dual fan`, `xlr8`, `xlr8 rgb` | diff --git a/src/store/model/newegg.ts b/src/store/model/newegg.ts index 0e50b6a..863a951 100644 --- a/src/store/model/newegg.ts +++ b/src/store/model/newegg.ts @@ -96,6 +96,13 @@ export const Newegg: Store = { series: '3080', url: 'https://www.newegg.com/gigabyte-geforce-rtx-3080-gv-n3080eagle-oc-10gd/p/N82E16814932330' }, + { + brand: 'gigabyte', + cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814137336', + model: 'aorus master', + series: '3080', + url: 'https://www.newegg.com/p/N82E16814137336' + }, { brand: 'zotac', cartUrl: 'https://secure.newegg.com/Shopping/AddtoCart.aspx?Submit=ADD&ItemList=N82E16814500502',