Skip to content

Commit e29a344

Browse files
committed
Remove redundant challenge introduction
1 parent 119c215 commit e29a344

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/config/constants.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,11 @@ export const MILESTONE_STATUS = {
289289
CANCELLED: 'cancelled'
290290
}
291291

292-
export const MULTI_ROUND_CHALLENGE_DESC_TEMPLATE = '## Challenge Introduction\n' +
292+
export const MULTI_ROUND_CHALLENGE_DESC_TEMPLATE = '\n\n### Round 1 Requirements\n' +
293293
'\n' +
294-
'## Round 1 Requirements\n' +
294+
'### Round 2 Requirements\n' +
295295
'\n' +
296-
'## Round 2 Requirements\n' +
297-
'\n' +
298-
'## Challenge Description'
296+
'### Challenge Description'
299297

300298
export const MAX_CHECKPOINT_PRIZE_COUNT = 8
301299
export const DEFAULT_CHECKPOINT_PRIZE = 50

0 commit comments

Comments
 (0)