From 3976b219079ef3bd11a9d9d4b4ee8d2f583850c1 Mon Sep 17 00:00:00 2001 From: AchillesPDX Date: Thu, 29 Oct 2020 10:10:33 -0700 Subject: [PATCH] chore(evga): add 3070 cards (#631) --- src/store/model/evga.ts | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/store/model/evga.ts b/src/store/model/evga.ts index 8e846c2..60d7c62 100644 --- a/src/store/model/evga.ts +++ b/src/store/model/evga.ts @@ -14,6 +14,24 @@ export const Evga: Store = { series: 'test:series', url: 'https://www.evga.com/products/product.aspx?pn=06G-P4-2065-KR' }, + { + brand: 'evga', + model: 'xc3 black', + series: '3070', + url: 'https://www.evga.com/products/product.aspx?pn=08G-P5-3751-KR' + }, + { + brand: 'evga', + model: 'xc3 ultra', + series: '3070', + url: 'https://www.evga.com/products/product.aspx?pn=08G-P5-3755-KR' + }, + { + brand: 'evga', + model: 'ftw3 ultra', + series: '3070', + url: 'https://www.evga.com/products/product.aspx?pn=08G-P5-3767-KR' + }, { brand: 'evga', model: 'xc3 black', @@ -77,4 +95,3 @@ export const Evga: Store = { ], name: 'evga' }; -