mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 03:16:24 +00:00
Add Twitter to CommunityDialog
This commit is contained in:
parent
d8c7d2dcfb
commit
9e96aaa021
@ -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>
|
||||
|
||||
|
@ -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!",
|
||||
|
@ -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!",
|
||||
|
Loading…
Reference in New Issue
Block a user