@@ -170,7 +170,7 @@ export default function ChallengeDetailsView(props) {
170
170
description
171
171
&& (
172
172
< article >
173
- < h2 styleName = "h2" >
173
+ < h2 >
174
174
Challenge Overview
175
175
</ h2 >
176
176
{
@@ -195,7 +195,7 @@ export default function ChallengeDetailsView(props) {
195
195
finalSubmissionGuidelines
196
196
&& (
197
197
< article >
198
- < h2 styleName = "h2" >
198
+ < h2 >
199
199
Final Submission Guidelines
200
200
</ h2 >
201
201
{
@@ -228,7 +228,7 @@ export default function ChallengeDetailsView(props) {
228
228
description
229
229
&& (
230
230
< article >
231
- < h2 styleName = "h2" >
231
+ < h2 >
232
232
Challenge Summary
233
233
</ h2 >
234
234
{
@@ -246,8 +246,8 @@ export default function ChallengeDetailsView(props) {
246
246
/>
247
247
)
248
248
}
249
- < p styleName = "p" />
250
- < p styleName = "p note" >
249
+ < p />
250
+ < p styleName = "note" >
251
251
Please read the challenge specification carefully and
252
252
watch the forums for any questions or feedback
253
253
concerning this challenge. It is important that you
@@ -259,10 +259,10 @@ export default function ChallengeDetailsView(props) {
259
259
)
260
260
}
261
261
< article >
262
- < h2 styleName = "h2" >
262
+ < h2 >
263
263
Stock Photography
264
264
</ h2 >
265
- < p styleName = "p" >
265
+ < p >
266
266
{ stockArtText }
267
267
268
268
< a href = { config . URL . INFO . STOCK_ART_POLICY } >
@@ -271,10 +271,10 @@ export default function ChallengeDetailsView(props) {
271
271
</ p >
272
272
</ article >
273
273
< article >
274
- < h2 styleName = "h2" >
274
+ < h2 >
275
275
How To Submit
276
276
</ h2 >
277
- < ul styleName = "ul" >
277
+ < ul >
278
278
< li >
279
279
New to Studio?
280
280
‌
@@ -311,10 +311,10 @@ export default function ChallengeDetailsView(props) {
311
311
</ article >
312
312
313
313
< article >
314
- < h2 styleName = "h2" >
314
+ < h2 >
315
315
Winner Selection
316
316
</ h2 >
317
- < p styleName = "p" >
317
+ < p >
318
318
Submissions are viewable to the client as they are entered
319
319
into the challenge. Winners are selected by the client and
320
320
are chosen solely at the client's discretion.
@@ -324,13 +324,13 @@ export default function ChallengeDetailsView(props) {
324
324
)
325
325
}
326
326
< article >
327
- < h2 styleName = "h2" >
327
+ < h2 >
328
328
Payments
329
329
</ h2 >
330
330
{
331
331
isWipro ? (
332
332
< div >
333
- < p styleName = "p" >
333
+ < p >
334
334
For employees of Wipro Technologies, following are the
335
335
payment terms. Winner/s would be awarded the prize money on
336
336
successful completion and acceptance of the submission by
@@ -354,7 +354,7 @@ export default function ChallengeDetailsView(props) {
354
354
</ p >
355
355
</ div >
356
356
) : (
357
- < p styleName = "p" >
357
+ < p >
358
358
Topcoder will compensate members in accordance with our standard payment policies, unless
359
359
otherwise specified in this challenge. For information on payment policies, setting up your profile to
360
360
receive payments, and general payment questions, please refer to
0 commit comments