chore: fixed spacing between heart and lightning emoji. (#292)

This commit is contained in:
softspork 2021-07-04 20:56:18 +03:00 committed by GitHub
parent bd8deda5dc
commit 79e5ef1da0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,7 @@ export const Footer = () => {
</RightFooter>
</FooterRow>
<FooterCenterText>
Made in Munich with <Emoji symbol={'🧡'} label={'heart'} /> and{' '}
Made in Munich with <Emoji symbol={'🧡 '} label={'heart'} /> and{' '}
<Emoji symbol={'⚡'} label={'lightning'} />.
</FooterCenterText>
</FooterStyle>