|
@@ -37,13 +37,19 @@ class SocialSectionWidget extends StatelessWidget {
|
|
SocialsMenuItemWidget(S.of(context).blog, "https://ente.io/blog"),
|
|
SocialsMenuItemWidget(S.of(context).blog, "https://ente.io/blog"),
|
|
sectionOptionSpacing,
|
|
sectionOptionSpacing,
|
|
SocialsMenuItemWidget(
|
|
SocialsMenuItemWidget(
|
|
- S.of(context).merchandise, "https://shop.ente.io"),
|
|
|
|
|
|
+ S.of(context).merchandise,
|
|
|
|
+ "https://shop.ente.io",
|
|
|
|
+ ),
|
|
sectionOptionSpacing,
|
|
sectionOptionSpacing,
|
|
SocialsMenuItemWidget(
|
|
SocialsMenuItemWidget(
|
|
- S.of(context).twitter, "https://twitter.com/enteio"),
|
|
|
|
|
|
+ S.of(context).twitter,
|
|
|
|
+ "https://twitter.com/enteio",
|
|
|
|
+ ),
|
|
sectionOptionSpacing,
|
|
sectionOptionSpacing,
|
|
SocialsMenuItemWidget(
|
|
SocialsMenuItemWidget(
|
|
- S.of(context).mastodon, "https://mstdn.social/@ente"),
|
|
|
|
|
|
+ S.of(context).mastodon,
|
|
|
|
+ "https://mstdn.social/@ente",
|
|
|
|
+ ),
|
|
sectionOptionSpacing,
|
|
sectionOptionSpacing,
|
|
SocialsMenuItemWidget(
|
|
SocialsMenuItemWidget(
|
|
S.of(context).matrix,
|
|
S.of(context).matrix,
|
|
@@ -53,7 +59,9 @@ class SocialSectionWidget extends StatelessWidget {
|
|
SocialsMenuItemWidget(S.of(context).discord, "https://ente.io/discord"),
|
|
SocialsMenuItemWidget(S.of(context).discord, "https://ente.io/discord"),
|
|
sectionOptionSpacing,
|
|
sectionOptionSpacing,
|
|
SocialsMenuItemWidget(
|
|
SocialsMenuItemWidget(
|
|
- S.of(context).reddit, "https://reddit.com/r/enteio"),
|
|
|
|
|
|
+ S.of(context).reddit,
|
|
|
|
+ "https://reddit.com/r/enteio",
|
|
|
|
+ ),
|
|
sectionOptionSpacing,
|
|
sectionOptionSpacing,
|
|
],
|
|
],
|
|
);
|
|
);
|