mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Add Portuguese speaking community to CommunityDialog
This commit is contained in:
parent
f53fcce17c
commit
0fa6f4e3d9
@ -124,6 +124,18 @@ const CommunityDialog = ({
|
|||||||
<Flags.US {...flagProps} />
|
<Flags.US {...flagProps} />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
</Tooltip>
|
</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>
|
</ListItemText>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
||||||
@ -134,7 +146,7 @@ const CommunityDialog = ({
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
href="https://github.com/Reckless-Satoshi/robosats/issues"
|
href="https://github.com/Reckless-Satoshi/robosats/issues"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
<ListItemIcon>
|
<ListItemIcon>
|
||||||
<GitHubIcon color="primary"/>
|
<GitHubIcon color="primary"/>
|
||||||
</ListItemIcon>
|
</ListItemIcon>
|
||||||
|
Loading…
Reference in New Issue
Block a user