mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-21 02:03:14 +00:00
Add Portuguese speaking community to CommunityDialog
This commit is contained in:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user