aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Signup.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Signup.js')
-rw-r--r--src/components/auth/Signup.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index 05b6576fa..eaa68f918 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -11,7 +11,7 @@ import Button from '../ui/button';
11import Link from '../ui/Link'; 11import Link from '../ui/Link';
12 12
13import { globalError as globalErrorPropType } from '../../prop-types'; 13import { globalError as globalErrorPropType } from '../../prop-types';
14import { termsBase } from '../../api/apiBase'; 14import { serverBase } from '../../api/apiBase';
15import { H1 } from '../ui/headline'; 15import { H1 } from '../ui/headline';
16 16
17const messages = defineMessages({ 17const messages = defineMessages({
@@ -160,7 +160,7 @@ class Signup extends Component {
160 {intl.formatMessage(messages.legalInfo)} 160 {intl.formatMessage(messages.legalInfo)}
161 <br /> 161 <br />
162 <Link 162 <Link
163 to={`${termsBase()}/terms`} 163 to={`${serverBase()}/terms`}
164 target="_blank" 164 target="_blank"
165 className="link" 165 className="link"
166 > 166 >
@@ -168,7 +168,7 @@ class Signup extends Component {
168 </Link> 168 </Link>
169 &nbsp;&amp;&nbsp; 169 &nbsp;&amp;&nbsp;
170 <Link 170 <Link
171 to={`${termsBase()}/privacy`} 171 to={`${serverBase()}/privacy`}
172 target="_blank" 172 target="_blank"
173 className="link" 173 className="link"
174 > 174 >