diff --git a/src/shared/components/challenge-detail/Specification/index.jsx b/src/shared/components/challenge-detail/Specification/index.jsx index ae04ec27b2..e5d9ceac10 100644 --- a/src/shared/components/challenge-detail/Specification/index.jsx +++ b/src/shared/components/challenge-detail/Specification/index.jsx @@ -174,45 +174,13 @@ export default function ChallengeDetailsView(props) {
{ - track.toLowerCase() !== 'design' || selfService + track.toLowerCase() !== 'design' ? (
{ description && (
- { - selfService && ( -

- - On Demand Challenges are customer-initiated single round design challenges. - -
- Please note the following important information for Topcoder competitors who participate in this challenge: -

    -
  • Any communication needed, should be done directly with the customer in the Challenge Forum.
  • -
  • In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.
  • -
  • Submission source files must be created with the application(s) listed in the requirements.
  • -
  • There will be no appeals or final fixes.
  • -
  • The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.
  • -
-
- - REQUEST MARVEL PROTOTYPES HERE: - -
- - Request Marvel for On Demand Challenges - -
- - DO NOT request Marvel access in the challenge forum with the customer. - -
- Figma or XD Prototypes are acceptable for submissions created with those applications. -

- ) - }

Challenge Overview

@@ -255,6 +223,38 @@ export default function ChallengeDetailsView(props) { description && (
+ { + selfService && ( +

+ + On Demand Challenges are customer-initiated single round design challenges. + +
+ Please note the following important information for Topcoder competitors who participate in this challenge: +

    +
  • Any communication needed, should be done directly with the customer in the Challenge Forum.
  • +
  • In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.
  • +
  • Submission source files must be created with the application(s) listed in the requirements.
  • +
  • There will be no appeals or final fixes.
  • +
  • The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.
  • +
+
+ + REQUEST MARVEL PROTOTYPES HERE: + +
+ + Request Marvel for On Demand Challenges + +
+ + DO NOT request Marvel access in the challenge forum with the customer. + +
+ Figma or XD Prototypes are acceptable for submissions created with those applications. +

+ ) + }

Challenge Summary