|
| 1 | +/* eslint-disable max-len */ |
1 | 2 | /*
|
2 | 3 | Component renders challenge details and specifications
|
3 | 4 | */
|
@@ -468,41 +469,21 @@ export default function ChallengeDetailsView(props) {
|
468 | 469 | </div>
|
469 | 470 | ) : (
|
470 | 471 | <p styleName="p">
|
471 |
| - Topcoder will compensate members in accordance with our |
472 |
| - standard payment policies, unless otherwise specified in this |
473 |
| - challenge. For information on payment policies, setting up your |
474 |
| - profile to receive payments, and general payment questions, |
475 |
| - please refer to |
| 472 | + Topcoder will compensate members in accordance with our standard payment policies, unless |
| 473 | + otherwise specified in this challenge. For information on payment policies, setting up your profile to |
| 474 | + receive payments, and general payment questions, please refer to |
476 | 475 | ‌
|
477 | 476 | <a
|
478 | 477 | href="https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions"
|
479 | 478 | rel="noopener noreferrer"
|
480 | 479 | target="_blank"
|
481 | 480 | >
|
482 |
| - https://www.topcoder.com/thrive/articles/Payment%20Policies%20and%20Instructions |
483 |
| - </a> |
| 481 | + Payment Policies and Instructions |
| 482 | + </a>. |
484 | 483 | </p>
|
485 | 484 | )
|
486 | 485 | }
|
487 | 486 | </article>
|
488 |
| - <article> |
489 |
| - <h2 styleName="h2"> |
490 |
| - Reliability Rating and Bonus |
491 |
| - </h2> |
492 |
| - <p styleName="p"> |
493 |
| - For challenges that have a reliability bonus, the bonus depends |
494 |
| - on the reliability rating at the moment of registration for that |
495 |
| - project. A participant with no previous projects is considered to |
496 |
| - have no reliability rating, and therefore gets no bonus. |
497 |
| - Reliability bonus does not apply to Digital Run winnings. Since |
498 |
| - reliability rating is based on the past 15 projects, it can only |
499 |
| - have 15 discrete values. |
500 |
| - <br /> |
501 |
| - <a href={config.URL.INFO.RELIABILITY_RATINGS_AND_BONUSES}> |
502 |
| - Read more. |
503 |
| - </a> |
504 |
| - </p> |
505 |
| - </article> |
506 | 487 | </div>
|
507 | 488 | </div>
|
508 | 489 | <SideBar
|
|
0 commit comments