We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b57b7 commit 8e7d286Copy full SHA for 8e7d286
src/config/constants.js
@@ -290,9 +290,9 @@ export const MILESTONE_STATUS = {
290
}
291
292
export const MULTI_ROUND_CHALLENGE_DESC_TEMPLATE = '\n\n### ROUND 1\n' +
293
- '\n' +
+ '**Submit your initial designs for checkpoint feedback**\n\n' +
294
'### ROUND 2\n' +
295
+ '**Submit your final designs with all checkpoint feedback implemented**\n\n' +
296
'### CHALLENGE DESCRIPTION'
297
298
export const MAX_CHECKPOINT_PRIZE_COUNT = 8
0 commit comments