Merge pull request #7162 from Cat-Ion/spaceBetweenThanksMsg2AndMail
fix(org): Add missing space after thanksMsg2
This commit is contained in:
commit
3995816d55
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ const PatronsJoinPage = ({ page }) => {
|
|||
<h5>{t('patrons:watchYourInbox')}</h5>
|
||||
<p>{t('patrons:thanksMsg1')}</p>
|
||||
<p>
|
||||
{t('patrons:thanksMsg2')}
|
||||
{t('patrons:thanksMsg2')}{' '}
|
||||
<a
|
||||
href="mailto:joost@freesewing.org"
|
||||
className="font-bold underline decoration-2 hover:decoration-4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue