Skip to content

Commit

Permalink
fix: image res url
Browse files Browse the repository at this point in the history
  • Loading branch information
aslansari committed May 19, 2024
1 parent 98fcd09 commit 3134dd9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
{
"title": "Revolver",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/develop/composeApp/src/commonMain/composeResources/files/images/revolver.webp",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/main/composeApp/src/commonMain/composeResources/files/images/revolver.webp",
"description": "A boozy and bold cocktail, ideal for coffee lovers with a hint of orange.",
"ingredients": [
"Bourbon",
Expand Down Expand Up @@ -274,7 +274,7 @@
},
{
"title": "Margarita",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/develop/composeApp/src/commonMain/composeResources/files/images/margarita.webp",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/main/composeApp/src/commonMain/composeResources/files/images/margarita.webp",
"description": "A quintessential Mexican cocktail, perfect for any festive occasion.",
"ingredients": [
"Tequila",
Expand Down Expand Up @@ -379,7 +379,7 @@
},
{
"title": "Piña Colada",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/develop/composeApp/src/commonMain/composeResources/files/images/pina-colada.webp",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/main/composeApp/src/commonMain/composeResources/files/images/pina-colada.webp",
"description": "A beloved summer drink that blends pineapple, coconut, and rum into a creamy delight.",
"ingredients": [
"Rum",
Expand Down Expand Up @@ -432,7 +432,7 @@
},
{
"title": "Hurricane",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/develop/composeApp/src/commonMain/composeResources/files/images/hurricane.webp",
"imageUrl": "https://raw.githubusercontent.com/aslansari/spiritvisor/main/composeApp/src/commonMain/composeResources/files/images/hurricane.webp",
"description": "A fruity and potent cocktail with a tropical flair, perfect for sipping on a sunny day.",
"ingredients": [
"Light rum",
Expand Down

0 comments on commit 3134dd9

Please sign in to comment.