Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add 50xx links from Newegg, Bestbuy, and B&H #3200

Merged
merged 15 commits into from
Jan 31, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Clean up from source
  • Loading branch information
JDIacobbo committed Jan 30, 2025
commit dfd3536422786272e231c7cc1abc9584d0a462e9
6 changes: 3 additions & 3 deletions src/store/model/store.ts
Original file line number Diff line number Diff line change
@@ -110,6 +110,8 @@ export type Model =
| '9900x'
| '9950x'
| 'a3 matx wd'
| 'aero oc'
| 'aero oc sff'
| 'amd reference'
| 'amp airo'
| 'amp extreme airo'
@@ -118,8 +120,6 @@ export type Model =
| 'amp holo'
| 'amp white'
| 'aorus box'
| 'aero oc'
| 'aero oc sff'
| 'aorus x wb'
| 'aorus elite'
| 'aorus master'
@@ -200,7 +200,6 @@ export type Model =
| 'igame advanced'
| 'igame ultra oc'
| 'igame vulcan oc'
| 'inspire 3x oc'
| 'inspire 3x'
| 'inspire 3x oc'
| 'jetstream'
@@ -247,6 +246,7 @@ export type Model =
| 'red dragon'
| 'sg oc'
| 'sg'
| 'shadow 3x'
| 'shadow 3x oc'
| 'solid'
| 'solid oc'
Loading