diff --git a/explorer-nextjs/src/components/modal/InfoModal.tsx b/explorer-nextjs/src/components/modal/InfoModal.tsx index 43cb60b295..c578e76bd6 100644 --- a/explorer-nextjs/src/components/modal/InfoModal.tsx +++ b/explorer-nextjs/src/components/modal/InfoModal.tsx @@ -22,6 +22,7 @@ const InfoModal = (props: InfoModalProps) => { } const { open, onClose, title, message, tx, Action } = props; + const mintscanURL = tx ? `https://www.mintscan.io/nyx/tx/${tx}` : "/"; return ( { {title} {message} {tx && ( - + Block explorer link )}