change verified cert image

This commit is contained in:
Gabe Mulley
2017-10-02 09:23:29 -04:00
committed by Gabe Mulley
parent 28575fb3cb
commit d509ae1da1
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -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',
};

View File

@@ -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',
};