Skip to content

Commit

Permalink
chore(store): pny listings (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
  • Loading branch information
bmalaski and jef committed Sep 21, 2020
1 parent 3ea146d commit debd8f5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/store/model/adorama.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ export const Adorama: Store = {
model: 'ventus 3x oc',
series: '3080',
url: 'https://www.adorama.com/msig38v3x10c.html'
},
{
brand: 'pny',
model: 'xlr8 rbg',
series: '3080',
url: 'https://www.adorama.com/png30801tfxb.html'
}
],
labels: {
Expand Down
6 changes: 6 additions & 0 deletions src/store/model/amazon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ export const Amazon: Store = {
series: '3080',
url: 'https://www.amazon.com/PNY-GeForce-Gaming-Epic-X-Graphics/dp/B08HBR7QBM?ref_=ast_sto_dp'
},
{
brand: 'pny',
model: 'xlr8 rgb',
series: '3080',
url: 'https://www.amazon.com/PNY-GeForce-Gaming-Epic-X-Graphics/dp/B08HBTJMLJ?ref_=ast_sto_dp'
},
{
brand: 'msi',
model: 'gaming x trio',
Expand Down

0 comments on commit debd8f5

Please sign in to comment.