chore(legal): update agreement links

This commit is contained in:
2026-07-03 14:45:38 +08:00
parent e22c5dfb78
commit f1e9974bd8
2 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -244,7 +244,7 @@ export function SubscriptionScreen({
<span className={styles.agreementLabel}>
I agree to the{" "}
<a
href={AppConstants.privacyPolicyUrl}
href={AppConstants.membershipAgreementUrl}
target="_blank"
rel="noreferrer"
className={styles.agreementLink}
@@ -253,7 +253,7 @@ export function SubscriptionScreen({
</a>{" "}
and{" "}
<a
href={AppConstants.termsOfServiceUrl}
href={AppConstants.autoRenewalAgreementUrl}
target="_blank"
rel="noreferrer"
className={styles.agreementLink}