Add Twitter to CommunityDialog

This commit is contained in:
Reckless_Satoshi 2022-05-13 08:47:54 -07:00
parent d8c7d2dcfb
commit 9e96aaa021
No known key found for this signature in database
GPG Key ID: 9C4585B561315571
3 changed files with 10 additions and 9 deletions

View File

@ -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 = ({
<ListItemButton
component="a"
target="_blank"
href="https://t.me/robosats"
href="https://twitter.com/robosats"
rel="noreferrer"
>
<ListItemIcon>
<SendIcon/>
<TwitterIcon color="primary"/>
</ListItemIcon>
<ListItemText
primary={t("Join the RoboSats group")}
secondary={t("Telegram (English / Main)")}
primary={t("Follow RoboSats in Twitter")}
secondary={t("Twitter Official Account")}
/>
</ListItemButton>

View File

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

View File

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