Updated Mastodon links (#2754)
Changed the links in the social section and readme to Fosstodon instead of mstdn
This commit is contained in:
@@ -99,7 +99,7 @@ connect with the community.
|
||||
[](https://discord.gg/z2YVKkycX3)
|
||||
[](https://ente.io/blog/rss.xml)
|
||||
|
||||
[](https://twitter.com/enteio) [](https://mstdn.social/@ente)
|
||||
[](https://twitter.com/enteio) [](https://fosstodon.org/@ente)
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ class SocialSectionWidget extends StatelessWidget {
|
||||
"https://shop.ente.io",
|
||||
launchInExternalApp: !Platform.isAndroid,
|
||||
),
|
||||
const SocialsMenuItemWidget("Mastodon", "https://mstdn.social/@ente/"),
|
||||
const SocialsMenuItemWidget("Mastodon", "https://fosstodon.org/@ente"),
|
||||
sectionOptionSpacing,
|
||||
const SocialsMenuItemWidget("Twitter", "https://twitter.com/enteio"),
|
||||
sectionOptionSpacing,
|
||||
|
||||
@@ -55,7 +55,7 @@ class SocialSectionWidget extends StatelessWidget {
|
||||
sectionOptionSpacing,
|
||||
SocialsMenuItemWidget(
|
||||
S.of(context).mastodon,
|
||||
"https://mstdn.social/@ente",
|
||||
"https://fosstodon.org/@ente",
|
||||
),
|
||||
sectionOptionSpacing,
|
||||
SocialsMenuItemWidget(
|
||||
|
||||
Reference in New Issue
Block a user