Skip to content

Commit

Permalink
add icons for new menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Oct 14, 2024
1 parent af5b43b commit f1c43a5
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/components/menu-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ export default function MenuItem({
className="m-2 mr-6"
/>
),
"Caffè Latte": (
<LatteMacchiatoIcon
width="3rem"
height="3rem"
fill="text-black"
className="m-2 mr-6"
/>
),
"Flat White": (
<FlatWhiteIcon
width="3rem"
Expand All @@ -67,6 +75,7 @@ export default function MenuItem({
className="m-2 mr-6"
/>
),

Macchiato: (
<EspressoMacchiatoIcon
width="3rem"
Expand Down Expand Up @@ -115,6 +124,14 @@ export default function MenuItem({
className="m-2 mr-6"
/>
),
"Chocolate": (
<CoffeeCupIcon
width="3rem"
height="3rem"
fill="text-black"
className="m-2 mr-6"
/>
),
Mocha: (
<CupIcon
width="3rem"
Expand All @@ -131,6 +148,30 @@ export default function MenuItem({
className="m-2 mr-6"
/>
),
"British Breakfast Tea": (
<CupIcon
width="3rem"
height="3rem"
fill="text-black"
className="m-2 mr-6"
/>
),
"Apple Chamomile": (
<CupIcon
width="3rem"
height="3rem"
fill="text-black"
className="m-2 mr-6"
/>
),
"Earl Grey": (
<CupIcon
width="3rem"
height="3rem"
fill="text-black"
className="m-2 mr-6"
/>
),
"Herbal Tea": (
<CupIcon
width="3rem"
Expand Down

0 comments on commit f1c43a5

Please sign in to comment.