From 17ad3da18fd34281611922a6e500446b9d836c1e Mon Sep 17 00:00:00 2001 From: Emma Date: Sun, 8 Jan 2023 06:33:29 -0500 Subject: [PATCH] Update mastodon link to `@FreeTube@fosstodon.org` (#3038) AFAIK mastodon.technology is shut down --- src/renderer/views/About/About.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/views/About/About.js b/src/renderer/views/About/About.js index 5b2df21f8..3e65a78dd 100644 --- a/src/renderer/views/About/About.js +++ b/src/renderer/views/About/About.js @@ -49,7 +49,7 @@ export default Vue.extend({ { icon: ['fab', 'mastodon'], title: this.$t('About.Mastodon'), - content: '@FreeTube@mastodon.technology' + content: '@FreeTube@fosstodon.org' }, { icon: ['fas', 'comment-dots'],