Skip to content

Commit

Permalink
fixes recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
klalicki committed Mar 9, 2024
1 parent 60fab76 commit aae13f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file removed src/data/originalData.ts
Empty file.
4 changes: 2 additions & 2 deletions src/data/sampleData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ export const sampleData = {
},
{
title: "Salt",
ingredients: [{ qty: 14, ingredientID: "1" }],
ingredients: [{ qty: 14, ingredientID: "2" }],
text: "Add salt. Mix on medium speed until fully incorporated into the dough.",
},
{
title: "Oil",
ingredients: [{ qty: 20, ingredientID: "2" }],
ingredients: [{ qty: 20, ingredientID: "1" }],
text: "Add oil with mixer running on medium speed, and mix until gluten is fully developed.",
},
{
Expand Down

0 comments on commit aae13f3

Please sign in to comment.