Skip to content

Commit

Permalink
🚧 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusey committed Jun 12, 2024
1 parent ea4c490 commit 9ce552a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function checkFormValidity() {
//--Hårdkodat sprayburkar/produkter--//
const sprayCans = [
{ id: 1, name: 'CanCan in Sunset', price: 100, image: {src:'./assets/orange.jpg', alt: 'Spray Can 1 Image'}, amount: 0, stars: 4, category: 'light' },
{ id: 2, name: 'Yellow Mr. Sunshine', price: 120, image: {src: 'assets/yellow.jpg', alt: 'Spray Can 2 Image'}, amount: 0, stars: 3.5, category: 'light' },
{ id: 2, name: 'Yellow Mr. Sunshine', price: 120, image: {src: 'yellow.jpg', alt: 'Spray Can 2 Image'}, amount: 0, stars: 3.5, category: 'light' },
{ id: 3, name: 'Red Rush ', price: 140, image: {src: 'assets/red.jpg', alt: 'Spray Can 3 Image' }, amount: 0, stars: 5, category: 'light' },
{ id: 4, name: 'Pink that Party', price: 110, image: { src: 'assets/pink.jpg', alt: 'Spray Can 4 Image' }, amount: 0, stars: 4.5, category: 'pastel' },
{ id: 5, name: 'Bloom Fusia, bloom', price: 110, image: { src: 'assets/fusia.jpg', alt: 'Spray Can 5 Image' }, amount: 0, stars: 3, category: 'light' },
Expand Down
File renamed without changes

0 comments on commit 9ce552a

Please sign in to comment.