1
0
Fork 0

Merge pull request #7162 from Cat-Ion/spaceBetweenThanksMsg2AndMail

fix(org): Add missing space after thanksMsg2
This commit is contained in:
Joost De Cock 2024-10-26 10:56:45 +02:00 committed by GitHub
commit 3995816d55
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ const PatronsJoinPage = ({ page }) => {
<h5>{t('patrons:watchYourInbox')}</h5> <h5>{t('patrons:watchYourInbox')}</h5>
<p>{t('patrons:thanksMsg1')}</p> <p>{t('patrons:thanksMsg1')}</p>
<p> <p>
{t('patrons:thanksMsg2')} {t('patrons:thanksMsg2')}{' '}
<a <a
href="mailto:joost@freesewing.org" href="mailto:joost@freesewing.org"
className="font-bold underline decoration-2 hover:decoration-4" className="font-bold underline decoration-2 hover:decoration-4"