@@ -147,9 +147,9 @@ Don't press it!
147
147
detailedRequirements
148
148
&& (
149
149
< article >
150
- < h2 styleName = "h2 " >
150
+ < h3 styleName = "h3 " >
151
151
Challenge Overview
152
- </ h2 >
152
+ </ h3 >
153
153
{
154
154
editMode ? (
155
155
< Editor
@@ -176,9 +176,9 @@ Don't press it!
176
176
finalSubmissionGuidelines
177
177
&& (
178
178
< article >
179
- < h2 styleName = "h2 " >
179
+ < h3 styleName = "h3 " >
180
180
Final Submission Guidelines
181
- </ h2 >
181
+ </ h3 >
182
182
{
183
183
editMode ? (
184
184
< Editor
@@ -209,9 +209,9 @@ Don't press it!
209
209
introduction
210
210
&& (
211
211
< article >
212
- < h2 styleName = "h2 " >
212
+ < h3 styleName = "h3 " >
213
213
Challenge Summary
214
- </ h2 >
214
+ </ h3 >
215
215
{
216
216
editMode ? (
217
217
< Editor
@@ -246,9 +246,9 @@ Don't press it!
246
246
{
247
247
round1Introduction || round2Introduction ? (
248
248
< article >
249
- < h2 styleName = "h2 " >
249
+ < h3 styleName = "h3 " >
250
250
Challenge Format
251
- </ h2 >
251
+ </ h3 >
252
252
< p styleName = "p" >
253
253
This competition will be run as a two-round challenge.
254
254
</ p >
@@ -346,9 +346,9 @@ Don't press it!
346
346
detailedRequirements
347
347
&& (
348
348
< article >
349
- < h2 styleName = "h2 " >
349
+ < h3 styleName = "h3 " >
350
350
Full Description & Project Guide
351
- </ h2 >
351
+ </ h3 >
352
352
{
353
353
editMode ? (
354
354
< Editor
@@ -372,9 +372,9 @@ Don't press it!
372
372
)
373
373
}
374
374
< article >
375
- < h2 styleName = "h2 " >
375
+ < h3 styleName = "h3 " >
376
376
Stock Photography
377
- </ h2 >
377
+ </ h3 >
378
378
< p styleName = "p" >
379
379
{ stockArtText }
380
380
@@ -384,9 +384,9 @@ Stock Photography
384
384
</ p >
385
385
</ article >
386
386
< article >
387
- < h2 styleName = "h2 " >
387
+ < h3 styleName = "h3 " >
388
388
How To Submit
389
- </ h2 >
389
+ </ h3 >
390
390
< ul styleName = "ul" >
391
391
< li >
392
392
New to Studio?
@@ -427,9 +427,9 @@ How To Submit
427
427
</ article >
428
428
429
429
< article >
430
- < h2 styleName = "h2 " >
430
+ < h3 styleName = "h3 " >
431
431
Winner Selection
432
- </ h2 >
432
+ </ h3 >
433
433
< p styleName = "p" >
434
434
Submissions are viewable to the client as they are entered
435
435
into the challenge. Winners are selected by the client and
@@ -440,9 +440,9 @@ Winner Selection
440
440
)
441
441
}
442
442
< article >
443
- < h2 styleName = "h2 " >
443
+ < h3 styleName = "h3 " >
444
444
Payments
445
- </ h2 >
445
+ </ h3 >
446
446
{
447
447
isWipro ? (
448
448
< div >
@@ -494,9 +494,9 @@ https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instr
494
494
}
495
495
</ article >
496
496
< article >
497
- < h2 styleName = "h2 " >
497
+ < h3 styleName = "h3 " >
498
498
Reliability Rating and Bonus
499
- </ h2 >
499
+ </ h3 >
500
500
< p styleName = "p" >
501
501
For challenges that have a reliability bonus, the bonus depends
502
502
on the reliability rating at the moment of registration for that
0 commit comments