Skip to content

Commit

Permalink
Topgear submission text changes for PS-192
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Jan 26, 2024
1 parent 666fe2a commit 12ee36d
Showing 1 changed file with 28 additions and 20 deletions.
48 changes: 28 additions & 20 deletions src/shared/components/SubmissionPage/Submit/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -282,33 +282,41 @@ class Submit extends React.Component {
</div>
<hr styleName="hr" />
<div styleName="row agree">
<p>
Submitting your files means you hereby agree to the
&zwnj;
{
isChallengeBelongToTopgearGroup ? (
<a
href={config.URL.INFO.TOPGEAR_TERMS}
rel="noreferrer noopener"
target="_blank"
>
TopGear terms and conditions
</a>
) : (
&zwnj;
{
isChallengeBelongToTopgearGroup ? (
<p>
Submitting your link means you hereby agree to the
<a
href={config.URL.INFO.TOPGEAR_TERMS}
rel="noreferrer noopener"
target="_blank"
>
TopGear terms and conditions
</a>
and to the extent your uploaded file wins a TopGear challenge,
you hereby assign, grant, and transfer to TopGear all right
and title to the Winning Submission.
</p>
) : (
<p>
Submitting your files means you hereby agree to the
<a
href={config.URL.INFO.TOPCODER_TERMS}
rel="noreferrer noopener"
target="_blank"
>
Topcoder terms of use
</a>
)
}
&zwnj;
and to the extent your uploaded file wins a topcoder Competition,
you hereby assign, grant and transfer and agree to assign, grant and
transfer to topcoder all right and title in and to the Winning Submission
(as further described in the terms of use).
and to the extent your uploaded file wins a topcoder Competition,
you hereby assign, grant and transfer and agree to assign, grant and
transfer to topcoder all right and title in and to the Winning Submission
(as further described in the terms of use).
</p>
)
}
&zwnj;
<p>
</p>
<div styleName="tc-checkbox">
<input
Expand Down

0 comments on commit 12ee36d

Please sign in to comment.