Skip to content

Commit 8b698a8

Browse files
author
Vikas Agarwal
committed
Github issue#960, Update copy for new connect register flow in logged out project creation flow
— Updated copy on connect home page
1 parent 1637e1c commit 8b698a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Home/Home.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ class Home extends React.Component {
1818
}
1919

2020
render() {
21-
const learnMoreUrl = 'https://www.' + DOMAIN +'/what-can-you-do/'
21+
const learnMoreUrl = 'https://www.' + DOMAIN +'/about-topcoder/connect/'
2222
return (
2323
<div className="content content-home">
2424
<div className="container">
2525
<div className="image-container">
2626
<img src={homeImgSrc} alt="" />
2727
</div>
2828
<div className="content-container">
29-
<h1>Welcome to Topcoder Connect </h1>
29+
<h1>Topcoder Connect: the easiest way to go from idea to app</h1>
3030
<p>Companies and agencies, from the world’s largest to the Valley’s newest, use crowdsourcing to deliver high-quality assets, faster.</p>
31-
<p>Join Connect today to see what we can do for your next project through the power of crowdsourcing, delivered by Topcoder.</p>
31+
<p>Connect guides you through the entire crowdsourcing process, from entering requirements to receiving final deliverables, and it facilitates collaboration between your project team and Topcoder community members working on your project.</p>
3232
<div className="button-bar">
3333
<Link to='new-project' className="tc-btn tc-btn-primary">Start a project</Link>
34-
<a href={ learnMoreUrl } className="tc-link">Learn more about crowdsourcing</a>
34+
<a href={ learnMoreUrl } className="tc-link">Learn more about Connect</a>
3535
</div>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)