Skip to content

Commit

Permalink
feat: set proper app urls
Browse files Browse the repository at this point in the history
  • Loading branch information
1grzyb1 committed Mar 26, 2024
1 parent 8b60f8a commit c364110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/kotlin/odyseja/odysejapka/qr/DeviceType.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package odyseja.odysejapka.qr

enum class DeviceType(val location: String) {
ANDROID("https://play.google.com/store/games?hl=pl&gl=US"),
IOS("https://www.apple.com/pl/app-store/"),
OTHER("/static/download.html")
ANDROID("https://play.google.com/store/apps/details?id=pl.odyssey.lappka"),
IOS("https://apps.apple.com/pl/app/%C5%82appka-omera/id1616380523"),
OTHER("https://app.odyseja.org/")
}

0 comments on commit c364110

Please sign in to comment.