From 5b8d774b7c7d31d6ba6fc43be3ea7b16a87d2e49 Mon Sep 17 00:00:00 2001 From: admon84 Date: Sun, 27 Sep 2020 16:00:03 -0600 Subject: [PATCH] feat(store): nvidia debug card for "product details" page (#337) --- src/store/model/nvidia.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/store/model/nvidia.ts b/src/store/model/nvidia.ts index ffd63a1..376e7ca 100644 --- a/src/store/model/nvidia.ts +++ b/src/store/model/nvidia.ts @@ -18,6 +18,12 @@ export const Nvidia: Store = { series: 'test:series', url: 'https://www.nvidia.com/en-us/shop/geforce/gpu/' }, + { + brand: 'test:brand', + model: 'test:model', + series: 'test:series', + url: 'https://www.nvidia.com/en-us/geforce/graphics-cards/rtx-2060-super/' + }, { brand: 'nvidia', model: 'founders edition',