mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-14 16:28:59 +00:00
Change Wrapstodon 'About' link to point to joinmastodon.org (#37216)
This commit is contained in:
@@ -20,11 +20,8 @@ export const WrapstodonSharedPage: FC = () => {
|
|||||||
values={{ heart: '♥' }}
|
values={{ heart: '♥' }}
|
||||||
/>
|
/>
|
||||||
<nav className={classes.nav}>
|
<nav className={classes.nav}>
|
||||||
<a href='/about'>
|
<a href='https://joinmastodon.org'>
|
||||||
<FormattedMessage
|
<FormattedMessage id='footer.about' defaultMessage='About' />
|
||||||
id='footer.about_this_server'
|
|
||||||
defaultMessage='About'
|
|
||||||
/>
|
|
||||||
</a>
|
</a>
|
||||||
{!me && (
|
{!me && (
|
||||||
<a href='https://joinmastodon.org/servers'>
|
<a href='https://joinmastodon.org/servers'>
|
||||||
|
|||||||
Reference in New Issue
Block a user