Adjusted subtitle placeholder copy in newsletter design preview

closes https://linear.app/tryghost/issue/MOM-187
This commit is contained in:
Kevin Ansfield 2024-06-04 09:41:51 +01:00
parent f7de6308b4
commit 417c83d3e9

View File

@ -135,7 +135,7 @@ const NewsletterPreviewContent: React.FC<{
Your email newsletter
</h2>
{(hasNewsletterSubtitle && showSubhead) && (
<p className="mb-5 text-pretty text-[1.6rem] leading-[1.7] text-black">A subtitle can help highlight key points and engage your readers.</p>
<p className="mb-5 text-pretty text-[1.6rem] leading-[1.7] text-black">A subtitle to highlight key points and engage your readers</p>
)}
<div className={clsx(
'flex w-full justify-between text-center text-md leading-none text-grey-700',