Add bird illustration

[MAILPOET-2142]
This commit is contained in:
Pavel Dohnal
2019-09-12 13:08:28 +02:00
committed by Jack Kitterhing
parent 20ea3359f2
commit 83c806ecef
3 changed files with 2 additions and 1 deletions

View File

@@ -159,7 +159,7 @@ const WelcomeWizardStepsController = (props) => {
<WelcomeWizardStepLayout
step={step}
stepsCount={stepsCount}
illustrationUrl={window.wizard_tracking_illustration_url}
illustrationUrl={window.wizard_MSS_pitch_illustration_url}
>
<WelcomeWizardPitchMSSStep
next={() => redirect(step)}

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -8,6 +8,7 @@
var wizard_tracking_illustration_url = '<%= cdn_url('welcome-wizard/tracking.20190409.png') %>';
var wizard_woocommerce_illustration_url = '<%= cdn_url('welcome-wizard/woocommerce.20190409.png') %>';
var wizard_woocommerce_box_url = '<%= cdn_url('welcome-wizard/woocommerce-box.20190409.png') %>';
var wizard_MSS_pitch_illustration_url = '<%= cdn_url('welcome-wizard/illu-pitch-mss.20190912.png') %>';
var is_mp2_migration_complete = <%= json_encode(is_mp2_migration_complete) %>;
var is_woocommerce_active = <%= json_encode(is_woocommerce_active) %>;
var finish_wizard_url = '<%= finish_wizard_url %>';