Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit a9e26a7

Browse files
toufaliRobert Helmer
authored andcommitted
remove "Create account" signup button
1 parent ae86914 commit a9e26a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/javascript/mastodon/features/ui/components/sign_in_banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const SignInBanner = () => {
3232
<div className='sign-in-banner'>
3333
<p><FormattedMessage id='sign_in_banner.text' defaultMessage='Sign in to follow profiles or hashtags, favourite, share and reply to posts. You can also interact from your account on a different server.' /></p>
3434
<a href='/auth/sign_in' className='button button--block'><FormattedMessage id='sign_in_banner.sign_in' defaultMessage='Sign in' /></a>
35-
{signupButton}
35+
{/* {signupButton} */}
3636
</div>
3737
);
3838
};

0 commit comments

Comments
 (0)