@@ -174,45 +174,13 @@ export default function ChallengeDetailsView(props) {
174174 < div styleName = "challenge-specifications" >
175175 < div styleName = { `challenge-specs-main ${ accentedStyle } ` } >
176176 {
177- track . toLowerCase ( ) !== 'design' || selfService
177+ track . toLowerCase ( ) !== 'design'
178178 ? (
179179 < div >
180180 {
181181 description
182182 && (
183183 < article >
184- {
185- selfService && (
186- < p styleName = "note" >
187- < strong >
188- On Demand Challenges are customer-initiated single round design challenges.
189- </ strong >
190- < br />
191- Please note the following important information for Topcoder competitors who participate in this challenge:
192- < ul >
193- < li > Any communication needed, should be done directly with the customer in the Challenge Forum.</ li >
194- < li > In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.</ li >
195- < li > Submission source files must be created with the application(s) listed in the requirements.</ li >
196- < li > There will be no appeals or final fixes.</ li >
197- < li > The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.</ li >
198- </ ul >
199- < br />
200- < strong >
201- REQUEST MARVEL PROTOTYPES HERE:
202- </ strong >
203- < br />
204- < a href = "https://discussions.topcoder.com/15528/request-marvel-access-for-design-challenges?new=1" >
205- Request Marvel for On Demand Challenges
206- </ a >
207- < br />
208- < strong >
209- DO NOT request Marvel access in the challenge forum with the customer.
210- </ strong >
211- < br />
212- Figma or XD Prototypes are acceptable for submissions created with those applications.
213- </ p >
214- )
215- }
216184 < h2 >
217185 Challenge Overview
218186 </ h2 >
@@ -255,6 +223,38 @@ export default function ChallengeDetailsView(props) {
255223 description
256224 && (
257225 < article >
226+ {
227+ selfService && (
228+ < p styleName = "note" >
229+ < strong >
230+ On Demand Challenges are customer-initiated single round design challenges.
231+ </ strong >
232+ < br />
233+ Please note the following important information for Topcoder competitors who participate in this challenge:
234+ < ul >
235+ < li > Any communication needed, should be done directly with the customer in the Challenge Forum.</ li >
236+ < li > In order to pass challenge screening and review, all challenge requirements and requested screens must be completed as described below.</ li >
237+ < li > Submission source files must be created with the application(s) listed in the requirements.</ li >
238+ < li > There will be no appeals or final fixes.</ li >
239+ < li > The challenge winner selections will be based upon completed requirements and associated Topcoder review scoring.</ li >
240+ </ ul >
241+ < br />
242+ < strong >
243+ REQUEST MARVEL PROTOTYPES HERE:
244+ </ strong >
245+ < br />
246+ < a href = "https://discussions.topcoder.com/15528/request-marvel-access-for-design-challenges?new=1" >
247+ Request Marvel for On Demand Challenges
248+ </ a >
249+ < br />
250+ < strong >
251+ DO NOT request Marvel access in the challenge forum with the customer.
252+ </ strong >
253+ < br />
254+ Figma or XD Prototypes are acceptable for submissions created with those applications.
255+ </ p >
256+ )
257+ }
258258 < h2 >
259259 Challenge Summary
260260 </ h2 >
0 commit comments