Updated Mastodon links (#2754)

Changed the links in the social section and readme to Fosstodon instead
of mstdn
This commit is contained in:
Manav Rathi
2024-08-19 21:08:43 +05:30
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -99,7 +99,7 @@ connect with the community.
[![Discord](https://img.shields.io/discord/948937918347608085?style=for-the-badge&logo=Discord&logoColor=white&label=Discord)](https://discord.gg/z2YVKkycX3)
[![Ente's Blog RSS](https://img.shields.io/badge/blog-rss-F88900?style=for-the-badge&logo=rss&logoColor=white)](https://ente.io/blog/rss.xml)
[![Twitter](.github/assets/twitter.svg)](https://twitter.com/enteio)   [![Mastodon](.github/assets/mastodon.svg)](https://mstdn.social/@ente)
[![Twitter](.github/assets/twitter.svg)](https://twitter.com/enteio)   [![Mastodon](.github/assets/mastodon.svg)](https://fosstodon.org/@ente)
---

View File

@@ -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,

View File

@@ -55,7 +55,7 @@ class SocialSectionWidget extends StatelessWidget {
sectionOptionSpacing,
SocialsMenuItemWidget(
S.of(context).mastodon,
"https://mstdn.social/@ente",
"https://fosstodon.org/@ente",
),
sectionOptionSpacing,
SocialsMenuItemWidget(