mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-21 22:11:37 +01:00
chore: fixed spacing between heart and lightning emoji. (#292)
This commit is contained in:
parent
bd8deda5dc
commit
79e5ef1da0
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue