Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Jan 26, 2024
1 parent 12ee36d commit e40ad8c
Showing 1 changed file with 18 additions and 19 deletions.
37 changes: 18 additions & 19 deletions src/shared/components/SubmissionPage/Submit/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,38 +286,37 @@ class Submit extends React.Component {
{
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>
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
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>
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>
<p />
<div styleName="tc-checkbox">
<input
type="checkbox"
Expand Down

0 comments on commit e40ad8c

Please sign in to comment.