File tree Expand file tree Collapse file tree
app/src/main/java/to/bitkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ internal object Env {
191191 const val BITKIT_GITHUB = " https://github.com/synonymdev"
192192 const val BITKIT_HELP_CENTER = " https://help.bitkit.to"
193193 const val TERMS_OF_USE_URL = " https://bitkit.to/terms-of-use"
194+ const val PRIVACY_POLICY_URL = " https://bitkit.to/privacy-policy"
194195 const val STORING_BITCOINS_URL = " https://en.bitcoin.it/wiki/Storing_bitcoins"
195196 const val SUPPORT_EMAIL = " support@synonym.to"
196197}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ fun TermsOfUseScreen(
111111 CheckButton (
112112 title = stringResource(R .string.onboarding__pp_checkbox),
113113 htmlText = stringResource(R .string.onboarding__pp_checkbox_value)
114- .withAccentLink(" https://bitkit.to/privacy-policy " ),
114+ .withAccentLink(Env . PRIVACY_POLICY_URL ),
115115 isChecked = privacyAccepted,
116116 onCheckedChange = { privacyAccepted = it },
117117 modifier = Modifier
You can’t perform that action at this time.
0 commit comments