diff --git a/src/popup/views/home.js b/src/popup/views/home.js index fec0047..ba640c8 100644 --- a/src/popup/views/home.js +++ b/src/popup/views/home.js @@ -103,7 +103,7 @@ function render(ctx) { wallet.addresses.forEach((addr, ai) => { html += `
`; const isActive = state.activeAddress === addr.address; - const infoBtn = `info`; + const infoBtn = `[info]`; const dot = addressDotHtml(addr.address); const titleBold = isActive ? "font-bold" : ""; html += `
Address ${wi + 1}.${ai + 1}
`;