Signup: add a link to the terms of service.

Fixes #188.
master
Tom Hacohen 3 years ago
parent c0d884afd7
commit a48f929d94

@ -246,7 +246,7 @@ export default function SignupPage() {
</Alert> </Alert>
<p style={styles.infoAlert}> <p style={styles.infoAlert}>
You can also signup using <ExternalLink href={C.getApps}>any of the apps</ExternalLink>. By signing up you agree to our <ExternalLink href={C.terms}>terms of service</ExternalLink>.
</p> </p>
<div style={styles.submit}> <div style={styles.submit}>

@ -7,6 +7,7 @@ export const homePage = "https://www.etesync.com/";
export const faq = homePage + "faq/"; export const faq = homePage + "faq/";
export const pricing = homePage + "pricing/"; export const pricing = homePage + "pricing/";
export const getApps = homePage + "get-apps/"; export const getApps = homePage + "get-apps/";
export const terms = homePage + "tos/";
export const sourceCode = "https://github.com/etesync/etesync-web"; export const sourceCode = "https://github.com/etesync/etesync-web";
export const reportIssue = sourceCode + "/issues"; export const reportIssue = sourceCode + "/issues";

Loading…
Cancel
Save