From bea26450bfd0e681c3774213a3e8ccd1ab839213 Mon Sep 17 00:00:00 2001 From: xeaon Date: Mon, 30 Nov 2020 15:20:38 +0100 Subject: [PATCH] chore(alternate): add rx6800xt (#1027) --- src/store/model/alternate.ts | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/store/model/alternate.ts b/src/store/model/alternate.ts index 894487d..c65b1b7 100644 --- a/src/store/model/alternate.ts +++ b/src/store/model/alternate.ts @@ -356,6 +356,36 @@ export const Alternate: Store = { model: 'ps5 digital', series: 'sonyps5de', url: 'https://www.alternate.de/product/1651221' + }, + { + brand: 'xfx', + model: 'merc', + series: 'rx6800xt', + url: 'https://www.alternate.de/product/1698792' + }, + { + brand: 'sapphire', + model: 'nitro oc se', + series: 'rx6800xt', + url: 'https://www.alternate.de/product/1696478' + }, + { + brand: 'sapphire', + model: 'nitro oc', + series: 'rx6800xt', + url: 'https://www.alternate.de/product/1696482' + }, + { + brand: 'asus', + model: 'strix lc', + series: 'rx6800xt', + url: 'https://www.alternate.de/product/1695392' + }, + { + brand: 'gigabyte', + model: 'gaming oc', + series: 'rx6800xt', + url: 'https://www.alternate.de/product/1697044' } ], name: 'alternate'