Update wizard logo
[MAILPOET-1704]
This commit is contained in:
@@ -4,7 +4,7 @@ import SteppedProgressBar from '../common/stepped_progess_bar.jsx';
|
||||
|
||||
const WelcomeWizardHeader = props => (
|
||||
<div className="mailpoet_welcome_wizard_centered_column mailpoet_welcome_wizard_header">
|
||||
<img src={props.logo_src} width="200" alt="MailPoet logo" />
|
||||
<img src={props.logo_src} width="200" height="87" alt="MailPoet logo" />
|
||||
{
|
||||
props.current_step <= props.steps_count ?
|
||||
(<SteppedProgressBar steps_count={props.steps_count} step={props.current_step} />)
|
||||
|
Reference in New Issue
Block a user