From 36a1b3ac386d526c25dbabbb84f1c5d31469fe6c Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Mon, 29 Jun 2015 12:21:28 +0530 Subject: [PATCH] SUP-875, Fix peer badge icon on challenge details page Done --- .../js/controllers/challenge-details-controller.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/js/app/challenge-details/js/controllers/challenge-details-controller.js b/src/js/app/challenge-details/js/controllers/challenge-details-controller.js index 596f096a..1d099945 100644 --- a/src/js/app/challenge-details/js/controllers/challenge-details-controller.js +++ b/src/js/app/challenge-details/js/controllers/challenge-details-controller.js @@ -474,7 +474,7 @@ nextStepTitle: "What's Next?", nextStepDescription: "Hold tight. This challenge will be starting soon.", nextStepAction: "", - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", nextBadgeTitle: "Next badge" }; } else if (status === 'active' && phase === 'registration') { @@ -482,7 +482,7 @@ nextStepTitle: "What's Next?", 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!", nextStepAction: "", - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", nextBadgeTitle: "Step One" }; } else if (status === 'active' && phase === 'submission') { @@ -490,7 +490,7 @@ nextStepTitle: "What's Next?", nextStepDescription: "Submit to upload your submission. Keep an eye on the time limit!", nextStepAction: "", - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", nextBadgeTitle: "Getting Ready" }; } else if (status === 'active' && phase === 'review') { @@ -498,7 +498,7 @@ nextStepTitle: "What's Next?", nextStepDescription: "If you got your submission uploaded in time, then it's time to review your peers.", nextStepAction: "Click Review to start", - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", nextBadgeTitle: "Break the Finish" }; } else if (status === 'completed' || status.indexOf('cancelled') != -1) { @@ -506,7 +506,7 @@ nextStepTitle: "What's Next?", nextStepDescription: "This challenge has completed.", nextStepAction: "", - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", nextBadgeTitle: "Break the Finish" }; } else { // for default show only badge @@ -514,7 +514,7 @@ nextStepTitle: "", nextStepDescription: "", nextStepAction: "", - nextBadgeImg: "/mf/i/member-program/peer-badge-big.png", + nextBadgeImg: "/mf/i/member-program/svg/Show-Your-Skills-06.svg", nextBadgeTitle: "Next badge" }; }