Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1326 from LFBarreto/LL-2777
Browse files Browse the repository at this point in the history
LL-2777 (Wording): tezos update provider name and url
  • Loading branch information
gre committed Jul 31, 2020
2 parents da4f0f3 + 4e0b569 commit d4c792a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/families/tezos/DelegationFlow/SelectValidator.js
Expand Up @@ -305,9 +305,9 @@ export default function SelectValidator({ navigation, route }: Props) {
<Trans i18nKey="delegation.yieldInfos" />
</LText>
<ExternalLink
text={<LText bold>MyTezosBaker</LText>}
text={<LText bold>Baking Bad</LText>}
event="SelectValidatorOpen"
onPress={() => Linking.openURL("https://mytezosbaker.com/")}
onPress={() => Linking.openURL("https://baking-bad.org/")}
/>
</View>
</InfoModal>
Expand Down

0 comments on commit d4c792a

Please sign in to comment.