Skip to content

Commit

Permalink
One more change
Browse files Browse the repository at this point in the history
  • Loading branch information
xavhan committed Mar 29, 2024
1 parent b45e4da commit 94661c7
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/data/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ export const cocktails: Cocktail[] = [
composition: "Gin feuille de clémentine, citron, cordial d'agrumes",
price: 9,
everyday: true,
disabled: true,
},
{
label: "Général Clem'to",
Expand Down Expand Up @@ -267,6 +268,13 @@ export const cocktails: Cocktail[] = [
composition: 'Rhum infusé cacahuètte, citron vert, sucre',
price: 9,
everyday: true,
disabled: true,
},
{
label: 'Daiquiri',
composition: 'Rhum, citron vert, sucre',
price: 9,
everyday: true,
},
{
label: 'Gin Fizz',
Expand Down Expand Up @@ -571,10 +579,6 @@ export const coffee: Coffee[] = [
label: 'Thé vert fleur d’oranger, menthe',
price: 4,
},
{
label: 'Thé rooibos vanille',
price: 4,
},
{
label: 'Tisane camomille, tilleul, lavande',
price: 4,
Expand All @@ -591,14 +595,15 @@ export const coffee: Coffee[] = [

export const softs: Soft[] = [
{ label: 'Jus de Pomme', price: 3.5 },
{ label: 'Jus de Poire', price: 3.5 },
{ label: 'Jus de Poire', price: 3.5, disabled: true },
{ label: 'Jus du moment', price: 3.5 },
{ label: 'Jus de Pomme/Cassis', price: 3.5, disabled: true },
{ label: 'Jus de Pamplemousse', price: 3.5, disabled: true },
{ label: 'Limo nature', price: 4.4 },
{ label: 'Limo mirabelle', price: 4.4, disabled: true },
{ label: 'Limo rhubarbe', price: 4.4 },
{ label: 'Limo fleur de sureau', price: 4.4 },
{ label: 'Limo fleur de sureau', price: 4.4, disabled: true },
{ label: "Limo fleur d'oranger", price: 4.4 },
{ label: 'Fritz Cola sans sucre', price: 4.4 },
{ label: 'Meuh Cola', price: 4.4, disabled: true },
{ label: 'Kombucha', price: 6 },
Expand Down

0 comments on commit 94661c7

Please sign in to comment.