[Glitch] Change Wrapstodon 'About' link to point to joinmastodon.org
Port 571c93c563e81cbb838d74fe45dda37f3b18a254 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
aa45a5fa83
commit
febd6241bf
@ -20,11 +20,8 @@ export const WrapstodonSharedPage: FC = () => {
|
||||
values={{ heart: '♥' }}
|
||||
/>
|
||||
<nav className={classes.nav}>
|
||||
<a href='/about'>
|
||||
<FormattedMessage
|
||||
id='footer.about_this_server'
|
||||
defaultMessage='About'
|
||||
/>
|
||||
<a href='https://joinmastodon.org'>
|
||||
<FormattedMessage id='footer.about' defaultMessage='About' />
|
||||
</a>
|
||||
{!me && (
|
||||
<a href='https://joinmastodon.org/servers'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user