From 9aadc6789abd11022881b1eb1f73f43ea7ba669a Mon Sep 17 00:00:00 2001 From: ncoelho Date: Sat, 19 Dec 2020 17:34:09 +0000 Subject: [PATCH] ADD: Telegram and Discord links on about section --- loc/en.json | 3 ++- screen/settings/about.js | 16 ++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/loc/en.json b/loc/en.json index f4910480b..56663a2cb 100644 --- a/loc/en.json +++ b/loc/en.json @@ -232,7 +232,8 @@ "about_review": "Leave us a review", "about_selftest": "Run self-test", "about_sm_github": "GitHub", - "about_sm_telegram": "Telegram chat", + "about_sm_discord": "Discord Server", + "about_sm_telegram": "Telegram channel", "about_sm_twitter": "Follow us on Twitter", "advanced_options": "Advanced Options", "currency": "Currency", diff --git a/screen/settings/about.js b/screen/settings/about.js index e6f437a50..b1d31c917 100644 --- a/screen/settings/about.js +++ b/screen/settings/about.js @@ -71,12 +71,12 @@ const About = () => { Linking.openURL('https://twitter.com/bluewalletio'); }; - const handleOnGithubPress = () => { - Linking.openURL('https://github.com/BlueWallet/BlueWallet'); + const handleOnDiscordPress = () => { + Linking.openURL('https://discord.gg/btWq2Aby2z'); }; const handleOnTelegramPress = () => { - Linking.openURL('https://t.me/bluewallet'); + Linking.openURL('https://t.me/bluewallethat'); }; const handleOnRatePress = () => { @@ -126,12 +126,12 @@ const About = () => { />