Skip to content

Commit

Permalink
🚧 update name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusey committed Jun 12, 2024
1 parent 6c8a65f commit 2d08ae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const sprayCans = [
{ id: 7, name: 'Blue Lagoon', price: 140, image: { src: 'assets/pictures/blue.jpg', alt: 'Spray Can 7 Image' }, amount: 0, stars: 4.5, category: 'light' },
{ id: 8, name: 'Blue Velvet', price: 130, image: { src: 'assets/pictures/darkblue.jpg', alt: 'Spray Can 8 Image' }, amount: 0, stars: 3.5, category: 'dark' },
{ id: 9, name: 'Greener than grass', price: 140, image: { src: 'assets/pictures/green.jpg', alt: 'Spray Can 9 Image' }, amount: 0, stars: 4, category: 'dark' },
{ id: 10, name: 'Green Moon', price: 160, image: { src: 'assets/pictures/lightgreen.webp', alt: 'Spray Can 10 Image' }, amount: 0, stars: 4, category: 'pastel' },
{ id: 10, name: 'Green Moon', price: 160, image: { src: 'assets/pictures/lightgreen.jpg', alt: 'Spray Can 10 Image' }, amount: 0, stars: 4, category: 'pastel' },
];

//--------------------------------------------------------------------//
Expand Down

0 comments on commit 2d08ae5

Please sign in to comment.