1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-11-09 13:10:24 +01:00

👌 Improved alert for sponsor encouragement

This commit is contained in:
2022-02-17 19:07:20 +01:00
parent 97d68f89f1
commit d06f92051d
6 changed files with 98 additions and 73 deletions

View File

@@ -54,6 +54,7 @@ class Constants {
/**
The URL that people can visit if they wish to help support the project.
*/
static let DonationUrl = URL(string: "https://nicoverbruggen.be/sponsor#pay-now")!
static let DonationUrlDirect = URL(string: "https://nicoverbruggen.be/sponsor#pay-now")!
static let DonationUrl = URL(string: "https://nicoverbruggen.be/sponsor")!
}