Changes
This commit is contained in:
parent
c2ef6ac354
commit
181ce90aa1
5 changed files with 10 additions and 10 deletions
|
@ -51,11 +51,11 @@ export const LinkFooter: React.FC<{ multiColumn: boolean }> = ({ multiColumn })
|
|||
<a href={source_url} rel='noopener noreferrer' target='_blank'>
|
||||
<FormattedMessage id='footer.source_code' defaultMessage='View source code' />
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<span>Made with <span aria-label='heart' role='img'>❤️</span></span>
|
||||
</p>
|
||||
<p>
|
||||
<span title="Crafted with love for the fediverse">
|
||||
Made with <span aria-label='heart' role='img'>❤️</span>
|
||||
</span>
|
||||
</p>
|
||||
</footer>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue