Browse Source

fix a link in web-landing example

with_kotlin_1.8.255-SNAPSHOT
Oleksandr Karpovich 2 years ago committed by GitHub
parent
commit
064dd2d062
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt

2
examples/web-landing/src/jsMain/kotlin/com/sample/content/GetStartedSection.kt

@ -46,7 +46,7 @@ private fun getCards(): List<GetStartedCardPresentation> {
), ),
LinkOnCard( LinkOnCard(
linkText = "Play", linkText = "Play",
linkUrl = "https://compose-bird.ui.pages.jetbrains/" linkUrl = "https://compose-bird.ui.pages.jetbrains.team/"
) )
) )
) )

Loading…
Cancel
Save