Skip to content

Commit 066e9a2

Browse files
committed
issue 3248 fix
1 parent 2b5f403 commit 066e9a2

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

src/shared/components/challenge-detail/Header/index.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ export default function ChallengeHeader(props) {
245245
<LeftArrow styleName="left-arrow" />
246246
</Link>
247247
<div>
248-
<h1 styleName="challenge-header">
248+
<h2 styleName="challenge-header">
249249
{name}
250-
</h1>
250+
</h2>
251251
<ChallengeTags
252252
subTrack={subTrack}
253253
track={trackLower}
@@ -262,7 +262,7 @@ export default function ChallengeHeader(props) {
262262
<div styleName="prizes-ops-container">
263263
<div styleName="prizes-outer-container">
264264
<h2 styleName="prizes-title">
265-
PRIZES
265+
Key Information
266266
</h2>
267267
<Prizes prizes={prizes && prizes.length ? prizes : [0]} pointPrizes={pointPrizes} />
268268
{

src/shared/components/challenge-detail/Specification/index.jsx

+20-20
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ Don&apos;t press it!
147147
detailedRequirements
148148
&& (
149149
<article>
150-
<h2 styleName="h2">
150+
<h3 styleName="h3">
151151
Challenge Overview
152-
</h2>
152+
</h3>
153153
{
154154
editMode ? (
155155
<Editor
@@ -176,9 +176,9 @@ Don&apos;t press it!
176176
finalSubmissionGuidelines
177177
&& (
178178
<article>
179-
<h2 styleName="h2">
179+
<h3 styleName="h3">
180180
Final Submission Guidelines
181-
</h2>
181+
</h3>
182182
{
183183
editMode ? (
184184
<Editor
@@ -209,9 +209,9 @@ Don&apos;t press it!
209209
introduction
210210
&& (
211211
<article>
212-
<h2 styleName="h2">
212+
<h3 styleName="h3">
213213
Challenge Summary
214-
</h2>
214+
</h3>
215215
{
216216
editMode ? (
217217
<Editor
@@ -246,9 +246,9 @@ Don&apos;t press it!
246246
{
247247
round1Introduction || round2Introduction ? (
248248
<article>
249-
<h2 styleName="h2">
249+
<h3 styleName="h3">
250250
Challenge Format
251-
</h2>
251+
</h3>
252252
<p styleName="p">
253253
This competition will be run as a two-round challenge.
254254
</p>
@@ -346,9 +346,9 @@ Don&apos;t press it!
346346
detailedRequirements
347347
&& (
348348
<article>
349-
<h2 styleName="h2">
349+
<h3 styleName="h3">
350350
Full Description & Project Guide
351-
</h2>
351+
</h3>
352352
{
353353
editMode ? (
354354
<Editor
@@ -372,9 +372,9 @@ Don&apos;t press it!
372372
)
373373
}
374374
<article>
375-
<h2 styleName="h2">
375+
<h3 styleName="h3">
376376
Stock Photography
377-
</h2>
377+
</h3>
378378
<p styleName="p">
379379
{stockArtText}
380380
&nbsp;
@@ -384,9 +384,9 @@ Stock Photography
384384
</p>
385385
</article>
386386
<article>
387-
<h2 styleName="h2">
387+
<h3 styleName="h3">
388388
How To Submit
389-
</h2>
389+
</h3>
390390
<ul styleName="ul">
391391
<li>
392392
New to Studio?
@@ -427,9 +427,9 @@ How To Submit
427427
</article>
428428

429429
<article>
430-
<h2 styleName="h2">
430+
<h3 styleName="h3">
431431
Winner Selection
432-
</h2>
432+
</h3>
433433
<p styleName="p">
434434
Submissions are viewable to the client as they are entered
435435
into the challenge. Winners are selected by the client and
@@ -440,9 +440,9 @@ Winner Selection
440440
)
441441
}
442442
<article>
443-
<h2 styleName="h2">
443+
<h3 styleName="h3">
444444
Payments
445-
</h2>
445+
</h3>
446446
{
447447
isWipro ? (
448448
<div>
@@ -494,9 +494,9 @@ https://help.topcoder.com/hc/en-us/articles/217482038-Payment-Policies-and-Instr
494494
}
495495
</article>
496496
<article>
497-
<h2 styleName="h2">
497+
<h3 styleName="h3">
498498
Reliability Rating and Bonus
499-
</h2>
499+
</h3>
500500
<p styleName="p">
501501
For challenges that have a reliability bonus, the bonus depends
502502
on the reliability rating at the moment of registration for that

0 commit comments

Comments
 (0)