Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/projects/create/components/ProjectSubmitted.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ class ProjectSubmitted extends React.Component {
document.execCommand('copy')
textField.remove()
}

render() {
return (
<div className="ProjectSubmitted flex column middle center tc-ui">
<div className="container flex column middle center">
<div className="title">Good job!</div>
<div className="title">Congratulations!</div>
<div className="sub-title">Your project has been submitted</div>
<div className="content">
A member of our team will be reaching out to you shortly to continue building your project plan.
A member of our team will be reaching out to you shortly to finalize the scope and build your project plan.
<br />
<br />
Here is your Topcoder project link if you want to share it with members of your team, or directly log in to your Topcoder project dashboard.
Use the link below to share your project with members of your team. You can also access all your Topcoder projects in one place from your Connect project dashboard.
</div>
<div className="project-link-container flex row middle center">
{ `${this.state.domain}${this.state.url}` }
Expand Down