Fix incorrect footer link
This commit is contained in:
parent
6c2e2969ca
commit
bc7b3eaba8
|
@ -26,7 +26,7 @@ const LinkFooter = ({ withHotkeys }) => (
|
||||||
/> <FormattedMessage
|
/> <FormattedMessage
|
||||||
id='getting_started.hometown_open_source_notice'
|
id='getting_started.hometown_open_source_notice'
|
||||||
defaultMessage='Hometown is also open source, at {hometown}.'
|
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> }}
|
values={{ hometown: <span><a href='https://github.com/hometown-fork/hometown' rel='noopener' target='_blank'>hometown-fork/hometown</a></span> }}
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue