Skip to content

Commit e319d45

Browse files
Old Cuban (#548)
* French corrections and latest additions * Correct ingredients/quantities for Old Cuban, according to https://iba-world.com/old-cuban/ --------- Co-authored-by: Anton Gustafsson <[email protected]>
1 parent ad901c8 commit e319d45

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/data/cocktail-data.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2518,11 +2518,12 @@ const cocktails: StaticCocktail[] = [
25182518
translation: 'old-cuban',
25192519
category: DrinkCategory.Cocktail,
25202520
ingredientGroups: [
2521-
{ amount: '60', ingredientId: '1', unit: Unit.ML },
2521+
{ amount: '45', ingredientId: '1', unit: Unit.ML },
25222522
{ amount: '30', ingredientId: '3', unit: Unit.ML },
2523-
{ amount: '30', ingredientId: '2', unit: Unit.ML },
2523+
{ amount: '22.5', ingredientId: '2', unit: Unit.ML },
25242524
{ amount: '2', ingredientId: '27', unit: Unit.DASH },
2525-
{ amount: '60', ingredientId: '86', unit: Unit.DASH }
2525+
{ amount: '60', ingredientId: '86', unit: Unit.ML },
2526+
{ amount: '6', ingredientId: '5', unit: '' }
25262527
],
25272528
tags: []
25282529
},

0 commit comments

Comments
 (0)