diff --git a/src/popup/views/transactionDetail.js b/src/popup/views/transactionDetail.js
index 1091005..bafc31d 100644
--- a/src/popup/views/transactionDetail.js
+++ b/src/popup/views/transactionDetail.js
@@ -37,11 +37,19 @@ function blockieHtml(address) {
return ``;
}
+function etherscanLinkHtml(url) {
+ return (
+ `${EXT_ICON}`
+ );
+}
+
function txAddressHtml(address, ensName, title) {
const blockie = blockieHtml(address);
const dot = addressDotHtml(address);
const link = `https://etherscan.io/address/${address}`;
- const extLink = `${EXT_ICON}`;
+ const extLink = etherscanLinkHtml(link);
let html = `