[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: '♥' }}
|
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'>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user