Skip to content

Commit e6ffc7f

Browse files
fix: add egg white to new york recipe (#468)
1 parent 2634061 commit e6ffc7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/data/cocktail-data.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,8 @@ const cocktails: StaticCocktail[] = [
19271927
{ amount: '60', ingredientId: '28', unit: Unit.ML },
19281928
{ amount: '25', ingredientId: '3', unit: Unit.ML },
19291929
{ amount: '30', ingredientId: '10', unit: Unit.ML },
1930-
{ amount: '15', ingredientId: '101', unit: Unit.ML }
1930+
{ amount: '15', ingredientId: '101', unit: Unit.ML },
1931+
{ amount: '', ingredientId: '23', unit: '' }
19311932
],
19321933
tags: [Tag.IBA, Tag.NewEraDrinks]
19331934
},

src/locales/en/instructions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"hemingway-special": "Pour all ingredients into a shaker with ice. \nShake.",
139139
"gin-fizz": "Shake all ingredients with ice cubes, except soda water. \nPour into glass. \nTop with soda water.",
140140
"last-word": "Shake with ice and strain into a cocktail glass.",
141-
"new-york-sour": "Shake blended whiskey, juice of lemon, and simple syrup with ice and strain into a whiskey glass. \nFloat claret on top. \nDecorate with the half-slice of lemon and the cherry and serve.",
141+
"new-york-sour": "Shake blended whiskey, juice of lemon, simple syrup and a few drops of Egg White with ice and strain into a whiskey glass. \nFloat claret on top. \nDecorate with the half-slice of lemon and the cherry and serve.",
142142
"paradise": "Shake together over ice. \nStrain into cocktail glass and serve chilled.",
143143
"porto-flip": "Shake ingredients together in a mixer with ice. \nStrain into glass, garnish and serve.",
144144
"sea-breeze": "Build all ingredients in a highball glass filled with ice. \nGarnish with lime wedge.",

0 commit comments

Comments
 (0)