Skip to content

Commit

Permalink
update menu options
Browse files Browse the repository at this point in the history
  • Loading branch information
IObert committed Oct 14, 2024
1 parent 151e192 commit a67cf83
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/config/menus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,21 @@ export default {
title: "Latte Macchiato",
description: "Milk marked with espresso",
},
{
shortTitle: "Caffè Latte",
title: "Caffè Latte",
description: "Espresso with steamed milk",
},
{
shortTitle: "Cappuccino",
title: "Cappuccino",
description: "Espresso with steamed milk",
},
{
shortTitle: "British Breakfast Tea",
title: "British Breakfast Tea",
description: "Blend of black teas",
}
{
shortTitle: "Espresso Macchiato",
title: "Espresso Macchiato",
Expand Down Expand Up @@ -102,11 +112,26 @@ export default {
title: "Herbal Tea",
description: "Classic, diverse, hot beverage infused with leaves",
},
{
shortTitle: "Apple Chamomile",
title: "Apple Chamomile",
description: "Apple and chamomile tea",
},
{
shortTitle: "Earl Grey",
title: "Earl Grey",
description: "Blend of black tea scented with oil of bergamot",
}
{
shortTitle: "Chai",
title: "Chai",
description: "Spiced tea with milk",
},
{
shortTitle: "Chocolate",
title: "Hot Chocolate",
description: "Hot cocoa",
}
],
modifiers: ["Milk", "Soy Milk", "Almond Milk", "Oat Milk", "Coconut Milk", "Rice Milk"],
},
Expand Down

0 comments on commit a67cf83

Please sign in to comment.