Skip to content

Commit

Permalink
Update apps/wallet-mobile/src/features/ReviewTx/common/ExplorerInfoLi…
Browse files Browse the repository at this point in the history
…nks.tsx

Co-authored-by: Juliano Lazzarotto <[email protected]>
Signed-off-by: banklesss <[email protected]>
  • Loading branch information
banklesss and stackchain authored Nov 6, 2024
1 parent 085c45d commit e5d3309
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ExplorerInfoLinks = ({id, type}: {id: string; type: 'token' | 'pool
<Text style={styles.link}>Cardanoscan</Text>
</TouchableOpacity>

<TouchableOpacity onPress={() => handleOpenLink('adaex')}>
<TouchableOpacity onPress={() => handleOpenLink(Explorers.Explorer.CExplorer)}>
<Text style={styles.link}>Adaex</Text>
</TouchableOpacity>
</View>
Expand Down

0 comments on commit e5d3309

Please sign in to comment.