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"> <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>

View file

@ -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>

View file

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