Add Portuguese speaking community to CommunityDialog

This commit is contained in:
Reckless_Satoshi 2022-05-19 10:04:29 -07:00
parent f53fcce17c
commit 0fa6f4e3d9
No known key found for this signature in database
GPG Key ID: 9C4585B561315571

View File

@ -124,6 +124,18 @@ const CommunityDialog = ({
<Flags.US {...flagProps} />
</IconButton>
</Tooltip>
<Tooltip title={t("Join RoboSats Portuguese speaking community!") || ""}>
<IconButton
component="a"
target="_blank"
href="https://t.me/robosats_pt"
rel="noreferrer"
>
<Flags.BR {...flagProps} />
</IconButton>
</Tooltip>
</ListItemText>
</ListItem>
@ -134,7 +146,7 @@ const CommunityDialog = ({
target="_blank"
href="https://github.com/Reckless-Satoshi/robosats/issues"
rel="noreferrer"
>
>
<ListItemIcon>
<GitHubIcon color="primary"/>
</ListItemIcon>