Add title to the re-engagement email

[MAILPOET-3763]
This commit is contained in:
Pavel Dohnal
2021-09-09 13:57:07 +02:00
committed by Veljko V
parent b49fbb0636
commit e303df6867
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ import Background from 'common/background/background';
import { Grid } from 'common/grid';
import Button from 'common/button/button';
import ListingHeadingStepsRoute from '../../listings/heading_steps_route';
import Heading from '../../../common/typography/heading/heading';
export function NewsletterTypeReEngagement(): JSX.Element {
return (
@@ -14,6 +15,8 @@ export function NewsletterTypeReEngagement(): JSX.Element {
<ListingHeadingStepsRoute emailType="re_engagement" automationId="re_engagement_heading_creation_heading" />
<Grid.Column align="center" className="mailpoet-schedule-email">
<Heading level={4}>{MailPoet.I18n.t('selectEventToSendReEngagementEmail')}</Heading>
<Button
isFullWidth
onClick={() => 5}