From 9810e481840a6ba6af8705701403b554f29dd0df Mon Sep 17 00:00:00 2001 From: Seth Wright Date: Tue, 11 Jun 2024 13:27:26 -0400 Subject: [PATCH] Fix social media links (#1094) Potentially closes getlantern/engineering#1444. --- lib/account/follow_us.dart | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/account/follow_us.dart b/lib/account/follow_us.dart index 5b7bd77cf..ac1d4dcc1 100644 --- a/lib/account/follow_us.dart +++ b/lib/account/follow_us.dart @@ -78,9 +78,9 @@ class _FollowUsState extends State { 'ua': { _Social.facebook: 'https://www.facebook.com/profile.php?id=61554740875416', - _Social.x: ' https://twitter.com/LanternUA', + _Social.x: 'https://twitter.com/LanternUA', _Social.instagram: 'https://www.instagram.com/getlantern_ua/', - _Social.telegram: ' https://t.me/lanternukraine', + _Social.telegram: 'https://t.me/lanternukraine', }, //Belarus 'by': { @@ -94,7 +94,7 @@ class _FollowUsState extends State { 'uae': { _Social.facebook: 'https://www.facebook.com/profile.php?id=61554655199439', - _Social.x: ' https://twitter.com/getlantern_UAE', + _Social.x: 'https://twitter.com/getlantern_UAE', _Social.instagram: 'https://www.instagram.com/lanternio_uae/', _Social.telegram: 'https://t.me/lantern_uae', }, @@ -104,10 +104,10 @@ class _FollowUsState extends State { 'https://www.facebook.com/profile.php?id=61554620251833', _Social.x: 'https://twitter.com/getlantern_gu', _Social.instagram: 'https://www.instagram.com/lanternio_guinea/', - _Social.telegram: ': https://t.me/LanternGuinea', + _Social.telegram: 'https://t.me/LanternGuinea', }, 'all': { - _Social.facebook: ' https://www.facebook.com/getlantern', + _Social.facebook: 'https://www.facebook.com/getlantern', _Social.x: 'https://twitter.com/getlantern', _Social.instagram: 'https://www.instagram.com/getlantern/', _Social.telegram: '',