diff --git a/src/components/join-flow/birthdate-step.jsx b/src/components/join-flow/birthdate-step.jsx index 7e507468b..4773d6d9e 100644 --- a/src/components/join-flow/birthdate-step.jsx +++ b/src/components/join-flow/birthdate-step.jsx @@ -90,6 +90,7 @@ class BirthDateStep extends React.Component { } = props; return ( )} + headerImgClass="email-step-image" headerImgSrc="/images/join-flow/email-header.png" innerClassName="join-flow-inner-email-step" nextButton={this.props.intl.formatMessage({id: 'registration.createAccount'})} diff --git a/src/components/join-flow/join-flow-step.jsx b/src/components/join-flow/join-flow-step.jsx index d26e35d03..4c0f4dbf2 100644 --- a/src/components/join-flow/join-flow-step.jsx +++ b/src/components/join-flow/join-flow-step.jsx @@ -14,6 +14,7 @@ const JoinFlowStep = ({ description, descriptionClassName, footerContent, + headerImgClass, headerImgSrc, nextButton, onSubmit, @@ -24,7 +25,12 @@ const JoinFlowStep = ({
{headerImgSrc && ( -
+