From 190388cfe4a5e3f19abccd0ff786f654b9a04d2f Mon Sep 17 00:00:00 2001 From: levelfifty <50643318+levelfifty@users.noreply.github.com> Date: Tue, 22 Sep 2020 19:15:23 -0400 Subject: [PATCH] feat(store): add evga model (#220) --- src/store/model/evga.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/store/model/evga.ts b/src/store/model/evga.ts index c50a81e..9594a3c 100644 --- a/src/store/model/evga.ts +++ b/src/store/model/evga.ts @@ -16,10 +16,16 @@ export const Evga: Store = { }, { brand: 'evga', - model: 'ftw3', + model: 'ftw3 ultra', series: '3080', url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3897-KR' }, + { + brand: 'evga', + model: 'ftw3', + series: '3080', + url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3895-KR' + }, { brand: 'evga', model: 'xc3',