diff --git a/openedx/features/course_experience/static/course_experience/images/verified-cert.png b/openedx/features/course_experience/static/course_experience/images/verified-cert.png index 79a661a69c..1b2be6cb19 100644 Binary files a/openedx/features/course_experience/static/course_experience/images/verified-cert.png and b/openedx/features/course_experience/static/course_experience/images/verified-cert.png differ diff --git a/openedx/features/course_experience/static/course_experience/js/CourseHome.js b/openedx/features/course_experience/static/course_experience/js/CourseHome.js index 7b67781f19..16d19580bd 100644 --- a/openedx/features/course_experience/static/course_experience/js/CourseHome.js +++ b/openedx/features/course_experience/static/course_experience/js/CourseHome.js @@ -77,7 +77,7 @@ export class CourseHome { // eslint-disable-line import/prefer-default-export const logEventProperties = { courseRunKey: this.courseRunKey }; const promotionEventProperties = { promotion_id: 'courseware_verified_certificate_upsell', - creative: 'original_hero', + creative: 'hero_matthew_smith', name: 'In-Course Verification Prompt', position: 'hero', }; diff --git a/openedx/features/course_experience/static/course_experience/js/spec/CourseHome_spec.js b/openedx/features/course_experience/static/course_experience/js/spec/CourseHome_spec.js index c31eb474c0..298e552be2 100644 --- a/openedx/features/course_experience/static/course_experience/js/spec/CourseHome_spec.js +++ b/openedx/features/course_experience/static/course_experience/js/spec/CourseHome_spec.js @@ -50,7 +50,7 @@ describe('Course Home factory', () => { describe('Upgrade message events', () => { const segmentEventProperties = { promotion_id: 'courseware_verified_certificate_upsell', - creative: 'original_hero', + creative: 'hero_matthew_smith', name: 'In-Course Verification Prompt', position: 'hero', };