We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ffb96 commit c2221e9Copy full SHA for c2221e9
src/components/Home/Home.jsx
@@ -18,7 +18,7 @@ class Home extends React.Component {
18
}
19
20
render() {
21
- const registerUrl = ACCOUNTS_APP_REGISTER_URL;
+ const registerUrl = ACCOUNTS_APP_REGISTER_URL
22
const learnMoreUrl = 'https://www.' + DOMAIN +'/about-topcoder/connect/'
23
return (
24
<div className="content content-home">
0 commit comments