added comment

This commit is contained in:
ImAlpha 2024-01-04 20:36:04 -08:00
parent 66f88b0bb1
commit ef3b44cbf4

View File

@ -24,7 +24,7 @@ const Appetizers = () => {
height={50} height={50}
/> />
</div> </div>
{/* Mapping out the menu */}
<div className="bg-red-300 flex flex-wrap gap-8 pt-6 justify-between w-full"> <div className="bg-red-300 flex flex-wrap gap-8 pt-6 justify-between w-full">
{Menu.map((menu_item) => { {Menu.map((menu_item) => {
return ( return (