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