diff --git a/shared/src/commonMain/kotlin/model/ExampleData.kt b/shared/src/commonMain/kotlin/model/ExampleData.kt index 33bab12..124c91e 100644 --- a/shared/src/commonMain/kotlin/model/ExampleData.kt +++ b/shared/src/commonMain/kotlin/model/ExampleData.kt @@ -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, ), @@ -83,7 +83,7 @@ val recipesList = listOf( "", ), instructions = listOf(), - image = "recipe-app08-cream-cupcakes.png", + image = "08-cream-cupcakes.png", bgImageName = "", bgColor = pinkLight, ), @@ -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, ),