Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
SEAbdulbasit committed Dec 6, 2023
1 parent 2e8335e commit 5f83714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/src/commonMain/kotlin/model/ExampleData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ val recipesList = listOf(
"Add a dollop of buttercream to one macaron shell. Top it with another macaron shell to create a sandwich. Repeat with remaining macaron shells and buttercream.",
"Place in an airtight container for 24 hours to “bloom”.",
),
image = "recipe-app05-macaroons.png",
image = "05-macaroons.png",
bgImageName = "",
bgColor = primary,
),
Expand All @@ -83,7 +83,7 @@ val recipesList = listOf(
"",
),
instructions = listOf(),
image = "recipe-app08-cream-cupcakes.png",
image = "08-cream-cupcakes.png",
bgImageName = "",
bgColor = pinkLight,
),
Expand All @@ -107,7 +107,7 @@ val recipesList = listOf(
"To make the cheesecake, melt the chocolate in short bursts in the microwave, then leave to cool slightly. Whip the cream in a large bowl using an electric whisk until soft peaks form, then fold in the cocoa powder. Beat the cream cheese and sugar together, then fold in the cream mixture and the cooled chocolate.",
"Spoon the cheesecake mixture over the biscuit base, levelling it out with the back of a spoon. Transfer to the freezer and freeze for 2 hrs, or until set. Remove from the tin and leave at room temperature to soften for about 20 mins before serving.",
),
image = "recipe-app02-chocolate-cake-1.png",
image = "02-chocolate-cake-1.png",
bgImageName = "",
bgColor = orangeDark,
),
Expand Down

0 comments on commit 5f83714

Please sign in to comment.