temporarily remove "Get the app" link"

treehouse-vagrant
kouhai dev 2022-11-25 22:17:17 -06:00
parent 19cd42360d
commit f8f1966e79
1 changed files with 0 additions and 2 deletions

View File

@ -79,8 +79,6 @@ class LinkFooter extends React.PureComponent {
{' '}
<a href='https://joinmastodon.org' target='_blank'><FormattedMessage id='footer.about' defaultMessage='About' /></a>
{' · '}
<a href='https://joinmastodon.org/apps' target='_blank'><FormattedMessage id='footer.get_app' defaultMessage='Get the app' /></a>
{' · '}
<Link to='/keyboard-shortcuts'><FormattedMessage id='footer.keyboard_shortcuts' defaultMessage='Keyboard shortcuts' /></Link>
{' · '}
<a href={source_url} rel='noopener noreferrer' target='_blank'><FormattedMessage id='footer.source_code' defaultMessage='View source code' /></a>