Skip to content

Commit

Permalink
fix: adjust transaction id (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco authored Mar 15, 2024
1 parent 94f7abb commit afb2876
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ export const BridgeTxOverview = ({
return (
<VStack className={classes.stack()} gap="2">
<Flex className={classes.txItem()}>
<Text className={classes.labelText()}>ID</Text>
<Text className={classes.labelText()}>Transaction ID</Text>
<Link
isExternal
href={explorerLink}
className={classes.linkText()}
color="green"
iconSize={16}
target="_blank"
>
<Box aria-label="Transaction ID">{transactionId.toString()}</Box>
</Link>
Expand Down

0 comments on commit afb2876

Please sign in to comment.