From 9e96aaa0214608a2730a630f9e717833e3c0e987 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Fri, 13 May 2022 08:47:54 -0700 Subject: [PATCH] Add Twitter to CommunityDialog --- frontend/src/components/Dialogs/CommunityDialog.tsx | 10 ++++++---- frontend/src/locales/en.json | 4 ++-- frontend/src/locales/es.json | 5 ++--- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/frontend/src/components/Dialogs/CommunityDialog.tsx b/frontend/src/components/Dialogs/CommunityDialog.tsx index 53f59073..7c76e330 100644 --- a/frontend/src/components/Dialogs/CommunityDialog.tsx +++ b/frontend/src/components/Dialogs/CommunityDialog.tsx @@ -15,6 +15,7 @@ import { } from "@mui/material"; import SendIcon from '@mui/icons-material/Send'; import GitHubIcon from '@mui/icons-material/GitHub'; +import TwitterIcon from '@mui/icons-material/Twitter'; import Flags from 'country-flag-icons/react/3x2' type Props = { @@ -31,6 +32,7 @@ const CommunityDialog = ({ const flagProps = { width: 30, height: 30, + opacity: 0.85, style: { filter: "drop-shadow(2px 2px 2px #444444)", }, @@ -58,16 +60,16 @@ const CommunityDialog = ({ - + diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index a856e469..dcd999ba 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -127,8 +127,8 @@ "... somewhere on Earth!":"... somewhere on Earth!", "Community":"Community", "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!":"Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!", - "Join the RoboSats group":"Join the RoboSats group", - "Telegram (English / Main)":"Telegram (English / Main)", + "Follow RoboSats in Twitter":"Follow RoboSats in Twitter", + "Twitter Official Account":"Twitter Official Account", "RoboSats Telegram Communities":"RoboSats Telegram Communities", "Join RoboSats Spanish speaking community!":"Join RoboSats Spanish speaking community!", "Join RoboSats Russian speaking community!":"Join RoboSats Russian speaking community!", diff --git a/frontend/src/locales/es.json b/frontend/src/locales/es.json index 3106daf4..984e3ecf 100644 --- a/frontend/src/locales/es.json +++ b/frontend/src/locales/es.json @@ -129,9 +129,8 @@ "... somewhere on Earth!": "... en algún lugar de la tierra!", "Community":"Comunidad", "Support is only offered via public channels. Join our Telegram community if you have questions or want to hang out with other cool robots. Please, use our Github Issues if you find a bug or want to see new features!": "Sólo se ofrece soporte a través de canales públicos. Únete a nuestra comunidad de Telegram si tienes preguntas o quieres pasar el rato con otros Robots geniales. Por favor, utiliza nuestro GitHub para notificar un error o proponer nuevas funcionalidades.", - "Join the RoboSats group": "Únete al grupo de RoboSats", - "Telegram (English / Main)":"Telegram (Inglés / Principal)", - "RoboSats Telegram Communities":"Comunidades de RoboSats", + "Follow RoboSats in Twitter":"Sigue a RoboSats ", + "Twitter Official Account":"Cuenta oficial en Twitter", "Join RoboSats Spanish speaking community!": "¡Únete a la comunidad de RoboSats en español!", "Join RoboSats Russian speaking community!": "¡Únete a la comunidad de RoboSats en ruso!", "Join RoboSats Chinese speaking community!": "¡Únete a la comunidad de RoboSats en chino!",