Add link to Hometown source in footer
This commit is contained in:
@ -23,6 +23,10 @@ const LinkFooter = ({ withHotkeys }) => (
|
||||
id='getting_started.open_source_notice'
|
||||
defaultMessage='Mastodon is open source software. You can contribute or report issues on GitHub at {github}.'
|
||||
values={{ github: <span><a href={source_url} rel='noopener' target='_blank'>{repository}</a> (v{version})</span> }}
|
||||
/> <FormattedMessage
|
||||
id='getting_started.hometown_open_source_notice'
|
||||
defaultMessage='Hometown is also open source, at {hometown}.'
|
||||
values={{ hometown: <span><a href='https://github.com/hometown-fork/hometown' rel='noopener' target='_blank'>friendcamp/mastodon</a></span> }}
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user