Skip to content

Commit

Permalink
- Updated home page buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Koala3353 committed May 9, 2024
1 parent 0609276 commit 257bfcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/js/shopping-creds.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ const stocks = [
src: './../../assets/img/illustrations/amazon.svg',
name: 'Amazon Gift Cards',
ticker: 'Amazon',
price: 3200,
price: 1400,
marketCap: '5 dollars',
volume: '100 remaining',
},
{
src: './../../assets/img/illustrations/apple.svg',
name: 'Apple Gift Cards',
ticker: 'Apple',
price: 500,
price: 1300,
marketCap: '5 dollars',
volume: '12 remaining',
},
{
src: './../../assets/img/illustrations/google.svg',
name: 'Play Store Gift Cards',
ticker: 'Google',
price: 500,
price: 1300,
marketCap: '5 dollars',
volume: '20 remaining',
},
Expand Down

0 comments on commit 257bfcd

Please sign in to comment.