Update wizard logo

[MAILPOET-1704]
This commit is contained in:
Rostislav Wolny
2019-01-09 15:31:27 +01:00
parent b33e1733ef
commit dcf05ef7b8
3 changed files with 2 additions and 2 deletions

View File

@@ -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} />)