mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 02:16:07 +00:00
🦔
This commit is contained in:
parent
e8084105eb
commit
7b4a40c861
BIN
front/public/sonichog.jpg
Normal file
BIN
front/public/sonichog.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
front/public/wathog.jpg
Normal file
BIN
front/public/wathog.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
|
@ -21,7 +21,7 @@
|
|||
|
||||
<div class="menu-filter-section">
|
||||
<DropDown name="Deez nuts">
|
||||
<p>Gotten</p>
|
||||
<p>Gottem</p>
|
||||
</DropDown>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -140,6 +140,12 @@
|
|||
Hide Unavailable
|
||||
</label>
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
<input type="checkbox">
|
||||
Hog
|
||||
</label>
|
||||
</li>
|
||||
</ul>
|
||||
</DropDown>
|
||||
</div>
|
||||
|
|
|
@ -37,5 +37,17 @@ export default Items = [
|
|||
price: "Priceless",
|
||||
labels: ["nut"],
|
||||
image: "/dab.jpg",
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "Hogermellon",
|
||||
price: "balls",
|
||||
labels: ["fish"],
|
||||
image: "/wathog.jpg",
|
||||
},
|
||||
{
|
||||
name: "Blue HOGGGGG",
|
||||
price: "ARUGH",
|
||||
labels: ["nut", "gluten", "spicy"],
|
||||
image: "/sonichog.jpg",
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue