chore(legal): update agreement links
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user