Skip to content

Commit 0048215

Browse files
committed
New donate URL
1 parent 92ba877 commit 0048215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/org/thoughtcrime/securesms/util/DonationManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DonationManager @Inject constructor(
1515
val prefs: TextSecurePreferences
1616
){
1717
companion object {
18-
const val URL_DONATE = "https://getsession.org/donate#app"
18+
const val URL_DONATE = "https://getsession.org/donate"
1919
}
2020

2121
// increment in days between showing the donation CTA, matching the list index to the number of views of the CTA

0 commit comments

Comments
 (0)