Skip to content

Commit

Permalink
Add ADAex explorer for txs and addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
xdzurman authored and PeterBenc committed Nov 10, 2020
1 parent 050233f commit 713754d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/frontend/components/pages/receiveAda/addressItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,15 @@ class AddressItem extends Component<Props, {onSmallDevice: boolean}> {
>
CardanoExplorer
</a> */}
<span> | </span>
<a
className="address-link"
href={`https://adaex.org/${address}`}
target="_blank"
rel="noopener"
>
ADAex
</a>
</span>
)}
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ const Transaction = ({txid}) => (
>
CardanoExplorer
</a> */}
<span> | </span>
<a
className="transaction-address"
href={`https://adaex.org/${txid}`}
target="_blank"
rel="noopener"
>
ADAex
</a>
</span>
)}
</div>
Expand Down

0 comments on commit 713754d

Please sign in to comment.