From 41885c871560bdd3a5f1886e5269c24e2686a5ec Mon Sep 17 00:00:00 2001 From: Jeremy Kescher Date: Tue, 1 Nov 2022 08:38:05 +0000 Subject: Remove/update old "tootsuite" references, except those needed for Docker (#1860) --- app/javascript/flavours/glitch/features/ui/components/link_footer.js | 4 ++-- .../flavours/glitch/features/ui/components/onboarding_modal.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/javascript/flavours/glitch/features/ui/components') diff --git a/app/javascript/flavours/glitch/features/ui/components/link_footer.js b/app/javascript/flavours/glitch/features/ui/components/link_footer.js index 2e061f760..3f74c908a 100644 --- a/app/javascript/flavours/glitch/features/ui/components/link_footer.js +++ b/app/javascript/flavours/glitch/features/ui/components/link_footer.js @@ -42,7 +42,7 @@ class LinkFooter extends React.PureComponent { e.stopPropagation(); this.props.onLogout(); - + return false; } @@ -84,7 +84,7 @@ class LinkFooter extends React.PureComponent { defaultMessage='Glitchsoc is open source software, a friendly fork of {Mastodon}. You can contribute or report issues on GitHub at {github}.' values={{ github: {repository} (v{version}), - Mastodon: Mastodon }} + Mastodon: Mastodon }} />

diff --git a/app/javascript/flavours/glitch/features/ui/components/onboarding_modal.js b/app/javascript/flavours/glitch/features/ui/components/onboarding_modal.js index 97932ada1..611fae1ce 100644 --- a/app/javascript/flavours/glitch/features/ui/components/onboarding_modal.js +++ b/app/javascript/flavours/glitch/features/ui/components/onboarding_modal.js @@ -148,7 +148,7 @@ const PageSix = ({ admin, domain }) => { values={{ domain, fork: fork, - Mastodon: Mastodon, + Mastodon: Mastodon, github: GitHub, }} /> -- cgit