Skip to content

Commit

Permalink
Added missing 5090 and removed two duplicate entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
JDIacobbo committed Jan 31, 2025
1 parent 76d8938 commit 00597a7
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions src/store/model/msi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ export const MSI: Store = {
},
},
links: [
{
brand: 'msi',
model: 'vanguard soc',
series: '5090',
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5090-32G%20-VANGUARD-SOC",
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2472',
},
{
brand: 'msi',
model: 'gaming trio oc',
Expand Down Expand Up @@ -114,27 +121,13 @@ export const MSI: Store = {
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/Geforce-RTX-5090-32G-SUPRIM-OC",
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2470',
},
{
brand: 'msi',
model: 'vanguard soc',
series: '5080',
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VANGUARD-SOC",
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2472',
},
{
brand: 'msi',
model: 'vanguard soc launch edition',
series: '5090',
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5090-32G-VANGUARD-SOC-LAUNCH-EDITION",
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2471',
},
{
brand: 'msi',
model: 'ventus 3x',
series: '5080',
// "https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series/GeForce-RTX-5080-16G-VENTUS-3X",
url: 'https://us-store.msi.com/Graphics-Cards/NVIDIA-GPU/GeForce-RTX-50-Series?product_id=2478',
},
{
brand: 'msi',
model: 'ventus 3x oc',
Expand Down

0 comments on commit 00597a7

Please sign in to comment.