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 b8f75e0 commit 085c45d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ExplorerInfoLinks = ({id, type}: {id: string; type: 'token' | 'pool
<Text style={styles.label}>{strings.details}</Text>

<View style={styles.linkGroup}>
<TouchableOpacity onPress={() => handleOpenLink('cardanoscan')}>
<TouchableOpacity onPress={() => handleOpenLink(Explorers.Explorer.CardanoScan)}>
<Text style={styles.link}>Cardanoscan</Text>
</TouchableOpacity>

Expand Down

0 comments on commit 085c45d

Please sign in to comment.