Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-27 16:20:37 +01:00
parent 75763fb2e0
commit b460dd5a8f
2 changed files with 2 additions and 2 deletions

View file

@ -100,6 +100,6 @@ internal class ItemsBuilder(
)
private companion object {
const val BUY_TANGEM_URL = "https://buy.tangem.com/"
const val BUY_TANGEM_URL = "https://buy.tangem.com/?utm_source=tangem&utm_medium=app"
}
}