This commit is contained in:
Michał 2024-04-24 23:25:08 +01:00
parent e8084105eb
commit 7b4a40c861
5 changed files with 20 additions and 2 deletions

BIN
front/public/sonichog.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

BIN
front/public/wathog.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -21,7 +21,7 @@
<div class="menu-filter-section">
<DropDown name="Deez nuts">
<p>Gotten</p>
<p>Gottem</p>
</DropDown>
</div>
</div>

View file

@ -140,6 +140,12 @@
Hide Unavailable
</label>
</li>
<li>
<label>
<input type="checkbox">
Hog
</label>
</li>
</ul>
</DropDown>
</div>

View file

@ -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",
},
];