mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 18:36:25 +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">
|
<div class="menu-filter-section">
|
||||||
<DropDown name="Deez nuts">
|
<DropDown name="Deez nuts">
|
||||||
<p>Gotten</p>
|
<p>Gottem</p>
|
||||||
</DropDown>
|
</DropDown>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -140,6 +140,12 @@
|
||||||
Hide Unavailable
|
Hide Unavailable
|
||||||
</label>
|
</label>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<label>
|
||||||
|
<input type="checkbox">
|
||||||
|
Hog
|
||||||
|
</label>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</DropDown>
|
</DropDown>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -37,5 +37,17 @@ export default Items = [
|
||||||
price: "Priceless",
|
price: "Priceless",
|
||||||
labels: ["nut"],
|
labels: ["nut"],
|
||||||
image: "/dab.jpg",
|
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