feat(store): add evga model (#220)

This commit is contained in:
levelfifty
2020-09-22 19:15:23 -04:00
committed by GitHub
parent 1d63733681
commit 190388cfe4
+7 -1
View File
@@ -16,10 +16,16 @@ export const Evga: Store = {
}, },
{ {
brand: 'evga', brand: 'evga',
model: 'ftw3', model: 'ftw3 ultra',
series: '3080', series: '3080',
url: 'https://www.evga.com/products/product.aspx?pn=10G-P5-3897-KR' 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', brand: 'evga',
model: 'xc3', model: 'xc3',