Browse Source

Fix url in README.md (#1614)

pull/1633/head
Thomas Vos 3 years ago committed by GitHub
parent
commit
cf106640cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tutorials/Image_And_Icons_Manipulations/README.md

2
tutorials/Image_And_Icons_Manipulations/README.md

@ -236,7 +236,7 @@ fun main() = singleWindowApplication {
You can set the icon for the window via parameter in the `Window` function.
Note that to change the icon on the taskbar on some OS (macOs), you should change icon in [build.gradle](https://github.com/JetBrains/compose-jb/tree/sync/2021-07-23/tutorials/Native_distributions_and_local_execution#app-icon)
Note that to change the icon on the taskbar on some OS (macOs), you should change icon in [build.gradle](/tutorials/Native_distributions_and_local_execution#app-icon)
```kotlin
import androidx.compose.foundation.layout.Box

Loading…
Cancel
Save