mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-19 09:54:58 +00:00
Clean up image folder structure
This commit is contained in:
parent
b8d9ded81e
commit
a704082779
19 changed files with 9 additions and 9 deletions
|
@ -49,14 +49,14 @@ const TestData: Item[] = [
|
|||
name: "GwaGwa",
|
||||
price: 69,
|
||||
labels: [Labels.nut],
|
||||
images: ["/dab.jpg"],
|
||||
images: ["/item_images/dab.jpg"],
|
||||
},
|
||||
{
|
||||
uuid: "hogmelon",
|
||||
name: "Hogermellon",
|
||||
price: 1111,
|
||||
labels: [Labels.fish],
|
||||
images: ["/wathog.jpg"],
|
||||
images: ["/item_images/wathog.jpg"],
|
||||
description: "Example",
|
||||
},
|
||||
{
|
||||
|
@ -64,7 +64,7 @@ const TestData: Item[] = [
|
|||
name: "Blue HOGGGGG",
|
||||
price: 0,
|
||||
labels: [Labels.nut, Labels.gluten, Labels.spicy],
|
||||
images: ["/sonichog.jpg"],
|
||||
images: ["/item_images/sonichog.jpg"],
|
||||
description: "Example",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue