|
474 | 474 | nextStepTitle: "What's Next?", |
475 | 475 | nextStepDescription: "Hold tight. This challenge will be starting soon.", |
476 | 476 | nextStepAction: "", |
477 | | - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", |
| 477 | + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", |
478 | 478 | nextBadgeTitle: "Next badge" |
479 | 479 | }; |
480 | 480 | } else if (status === 'active' && phase === 'registration') { |
481 | 481 | return { |
482 | 482 | nextStepTitle: "What's Next?", |
483 | 483 | nextStepDescription: "Register to participate by clicking the Register button. Then when you're ready, click Submit to upload your submission. Keep an eye on the time limit!", |
484 | 484 | nextStepAction: "", |
485 | | - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", |
| 485 | + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", |
486 | 486 | nextBadgeTitle: "Step One" |
487 | 487 | }; |
488 | 488 | } else if (status === 'active' && phase === 'submission') { |
489 | 489 | return { |
490 | 490 | nextStepTitle: "What's Next?", |
491 | 491 | nextStepDescription: "Submit to upload your submission. Keep an eye on the time limit!", |
492 | 492 | nextStepAction: "", |
493 | | - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", |
| 493 | + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", |
494 | 494 | nextBadgeTitle: "Getting Ready" |
495 | 495 | }; |
496 | 496 | } else if (status === 'active' && phase === 'review') { |
497 | 497 | return { |
498 | 498 | nextStepTitle: "What's Next?", |
499 | 499 | nextStepDescription: "If you got your submission uploaded in time, then it's time to review your peers.", |
500 | 500 | nextStepAction: "Click Review to start", |
501 | | - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", |
| 501 | + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", |
502 | 502 | nextBadgeTitle: "Break the Finish" |
503 | 503 | }; |
504 | 504 | } else if (status === 'completed' || status.indexOf('cancelled') != -1) { |
505 | 505 | return { |
506 | 506 | nextStepTitle: "What's Next?", |
507 | 507 | nextStepDescription: "This challenge has completed.", |
508 | 508 | nextStepAction: "", |
509 | | - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", |
| 509 | + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", |
510 | 510 | nextBadgeTitle: "Break the Finish" |
511 | 511 | }; |
512 | 512 | } else { // for default show only badge |
513 | 513 | return { |
514 | 514 | nextStepTitle: "", |
515 | 515 | nextStepDescription: "", |
516 | 516 | nextStepAction: "", |
517 | | - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", |
| 517 | + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", |
518 | 518 | nextBadgeTitle: "Next badge" |
519 | 519 | }; |
520 | 520 | } |
|
0 commit comments