1
0
Fork 1
forked from fedi/mastodon

see previous commit

This commit is contained in:
talon 2023-03-17 14:54:12 -06:00
parent 586daa65c0
commit 3105c30ce0

View file

@ -45,7 +45,7 @@ class Header extends React.PureComponent {
if (signedIn) {
content = (
<>
{location.pathname !== '/publish' && <Link to='/publish' className='button'><FormattedMessage id='compose_form.publish_form' defaultMessage='Publish' /></Link>}
{location.pathname !== '/publish' && <Link to='/publish' className='button'>Toot</Link>}
<Account />
</>
);