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 e29a344 commit b8b57b7Copy full SHA for b8b57b7
src/config/constants.js
@@ -289,11 +289,11 @@ export const MILESTONE_STATUS = {
289
CANCELLED: 'cancelled'
290
}
291
292
-export const MULTI_ROUND_CHALLENGE_DESC_TEMPLATE = '\n\n### Round 1 Requirements\n' +
+export const MULTI_ROUND_CHALLENGE_DESC_TEMPLATE = '\n\n### ROUND 1\n' +
293
'\n' +
294
- '### Round 2 Requirements\n' +
+ '### ROUND 2\n' +
295
296
- '### Challenge Description'
+ '### CHALLENGE DESCRIPTION'
297
298
export const MAX_CHECKPOINT_PRIZE_COUNT = 8
299
export const DEFAULT_CHECKPOINT_PRIZE = 50
0 commit comments