From e55398e789d52def6e15d1e5e10f56cdf5ea5bea Mon Sep 17 00:00:00 2001 From: Grant Date: Tue, 29 Sep 2020 20:56:16 -0400 Subject: [PATCH] feat(store): add asus strix oc to asus store (#385) --- src/store/model/asus.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/store/model/asus.ts b/src/store/model/asus.ts index 71aff0d..5483af4 100644 --- a/src/store/model/asus.ts +++ b/src/store/model/asus.ts @@ -31,6 +31,12 @@ export const Asus: Store = { model: 'tuf', series: '3090', url: 'https://store.asus.com/us/item/202009AM150000003/' + }, + { + brand: 'asus', + model: 'strix oc', + series: '3080', + url: 'https://store.asus.com/us/item/202009AM290000002/' } ], name: 'asus',