Change privacy policy url

This commit is contained in:
problematicconsumer
2023-12-21 14:22:52 +03:30
parent 0b4f4f0268
commit c95b55106d

View File

@@ -8,6 +8,6 @@ abstract class Constants {
static const appCastUrl =
"https://raw.githubusercontent.com/hiddify/hiddify-next/main/appcast.xml";
static const telegramChannelUrl = "https://t.me/hiddify";
static const privacyPolicyUrl = "https://hiddify.com/en/privacy-policy/";
static const privacyPolicyUrl = "https://hiddify.com/privacy-policy/";
static const termsAndConditionsUrl = "https://hiddify.com/terms/";
}