Skip to content

Commit c7e24e7

Browse files
authored
chore(amd): add rx6800xt midnight black (#2321)
1 parent 3c1419f commit c7e24e7

File tree

5 files changed

+40
-0
lines changed

5 files changed

+40
-0
lines changed

src/store/model/amd-ca.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ export const AmdCa: Store = {
4343
series: 'rx6900xt',
4444
url: 'https://www.amd.com/en/direct-buy/5458372200/ca',
4545
},
46+
{
47+
brand: 'amd',
48+
cartUrl:
49+
'https://www.amd.com/en/direct-buy/5496921500/ca?add-to-cart=true',
50+
model: 'amd reference',
51+
series: 'rx6800xt',
52+
url: 'https://www.amd.com/en/direct-buy/5496921500/ca',
53+
},
4654
],
4755
name: 'amd-ca',
4856
};

src/store/model/amd-de.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ export const AmdDe: Store = {
7979
series: 'rx6900xt',
8080
url: 'https://www.amd.com/de/direct-buy/5458374200/de',
8181
},
82+
{
83+
brand: 'amd',
84+
cartUrl:
85+
'https://www.amd.com/de/direct-buy/5496921500/de?add-to-cart=true',
86+
model: 'amd reference',
87+
series: 'rx6800xt',
88+
url: 'https://www.amd.com/de/direct-buy/5496921500/de',
89+
},
8290
],
8391
name: 'amd-de',
8492
};

src/store/model/amd-it.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ export const AmdIt: Store = {
5959
series: 'rx6800xt',
6060
url: 'https://www.amd.com/en/direct-buy/5458374100/it',
6161
},
62+
{
63+
brand: 'amd',
64+
cartUrl:
65+
'https://www.amd.com/en/direct-buy/5496921500/it?add-to-cart=true',
66+
model: 'amd reference',
67+
series: 'rx6800xt',
68+
url: 'https://www.amd.com/en/direct-buy/5496921500/it',
69+
},
6270
],
6371
name: 'amd-it',
6472
};

src/store/model/amd-uk.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ export const AmdUk: Store = {
9191
series: 'rx6900xt',
9292
url: 'https://www.amd.com/en/direct-buy/5458374200/gb',
9393
},
94+
{
95+
brand: 'amd',
96+
cartUrl:
97+
'https://www.amd.com/en/direct-buy/5496921500/gb?add-to-cart=true',
98+
model: 'amd reference',
99+
series: 'rx6800xt',
100+
url: 'https://www.amd.com/en/direct-buy/5496921500/gb',
101+
},
94102
],
95103
name: 'amd-uk',
96104
};

src/store/model/amd.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ export const Amd: Store = {
7575
series: 'rx6800',
7676
url: 'https://www.amd.com/en/direct-buy/5458373400/us',
7777
},
78+
{
79+
brand: 'amd',
80+
cartUrl:
81+
'https://www.amd.com/en/direct-buy/5496921500/us?add-to-cart=true',
82+
model: 'amd reference',
83+
series: 'rx6800xt',
84+
url: 'https://www.amd.com/en/direct-buy/5496921500/us',
85+
},
7886
],
7987
name: 'amd',
8088
};

0 commit comments

Comments
 (0)