Skip to content

Commit

Permalink
Fix image url links
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jordan committed Oct 26, 2023
1 parent a723add commit a9b0baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.layout.ContentScale

private const val EMBED_URL = "https://bumble-tech.github.io/live-mosaic/"
private const val EMBED_URL = "live-mosaic/"

@Composable
actual fun EmbeddableResourceImage(
Expand Down

0 comments on commit a9b0baf

Please sign in to comment.