Update review request image to SVG

[MAILPOET-2188]
This commit is contained in:
Ján Mikláš
2019-08-15 14:35:47 +02:00
committed by M. Shull
parent c547d348e0
commit 951caf5a0c
4 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ const ReviewRequest = (props) => {
return (
<div className="mailpoet_review_request">
<img src={props.reviewRequestIllustrationUrl} height="200" width="200" alt="" />
<img src={props.reviewRequestIllustrationUrl} height="280" width="280" alt="" />
<h2>{MailPoet.I18n.t('reviewRequestHeading')}</h2>
<p>{MailPoet.I18n.t('reviewRequestDidYouKnow').replace('[username]', props.username)}</p>
<p>{usingForPhrase}</p>