Add bird illustration
[MAILPOET-2142]
This commit is contained in:
committed by
Jack Kitterhing
parent
20ea3359f2
commit
83c806ecef
@@ -159,7 +159,7 @@ const WelcomeWizardStepsController = (props) => {
|
|||||||
<WelcomeWizardStepLayout
|
<WelcomeWizardStepLayout
|
||||||
step={step}
|
step={step}
|
||||||
stepsCount={stepsCount}
|
stepsCount={stepsCount}
|
||||||
illustrationUrl={window.wizard_tracking_illustration_url}
|
illustrationUrl={window.wizard_MSS_pitch_illustration_url}
|
||||||
>
|
>
|
||||||
<WelcomeWizardPitchMSSStep
|
<WelcomeWizardPitchMSSStep
|
||||||
next={() => redirect(step)}
|
next={() => redirect(step)}
|
||||||
|
BIN
plugin_repository/assets/welcome-wizard/illu-pitch-mss.20190912.png
Executable file
BIN
plugin_repository/assets/welcome-wizard/illu-pitch-mss.20190912.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@@ -8,6 +8,7 @@
|
|||||||
var wizard_tracking_illustration_url = '<%= cdn_url('welcome-wizard/tracking.20190409.png') %>';
|
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_illustration_url = '<%= cdn_url('welcome-wizard/woocommerce.20190409.png') %>';
|
||||||
var wizard_woocommerce_box_url = '<%= cdn_url('welcome-wizard/woocommerce-box.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_mp2_migration_complete = <%= json_encode(is_mp2_migration_complete) %>;
|
||||||
var is_woocommerce_active = <%= json_encode(is_woocommerce_active) %>;
|
var is_woocommerce_active = <%= json_encode(is_woocommerce_active) %>;
|
||||||
var finish_wizard_url = '<%= finish_wizard_url %>';
|
var finish_wizard_url = '<%= finish_wizard_url %>';
|
||||||
|
Reference in New Issue
Block a user