Skip to content

Commit 00597a7

Browse files
committed
Added missing 5090 and removed two duplicate entries.
1 parent 76d8938 commit 00597a7

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

src/store/model/msi.ts

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ export const MSI: Store = {
1616
},
1717
},
1818
links: [
19+
{
20+
brand: 'msi',
21+
model: 'vanguard soc',
22+
series: '5090',
23+
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5090-32G%20-VANGUARD-SOC",
24+
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2472',
25+
},
1926
{
2027
brand: 'msi',
2128
model: 'gaming trio oc',
@@ -114,27 +121,13 @@ export const MSI: Store = {
114121
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/Geforce-RTX-5090-32G-SUPRIM-OC",
115122
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2470',
116123
},
117-
{
118-
brand: 'msi',
119-
model: 'vanguard soc',
120-
series: '5080',
121-
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VANGUARD-SOC",
122-
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2472',
123-
},
124124
{
125125
brand: 'msi',
126126
model: 'vanguard soc launch edition',
127127
series: '5090',
128128
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5090-32G-VANGUARD-SOC-LAUNCH-EDITION",
129129
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2471',
130130
},
131-
{
132-
brand: 'msi',
133-
model: 'ventus 3x',
134-
series: '5080',
135-
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VENTUS-3X",
136-
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2478',
137-
},
138131
{
139132
brand: 'msi',
140133
model: 'ventus 3x oc',

0 commit comments

Comments
 (0)