diff options
Diffstat (limited to 'src/popup/popup.tsx')
-rw-r--r-- | src/popup/popup.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popup/popup.tsx b/src/popup/popup.tsx index dd87963c6..424c38110 100644 --- a/src/popup/popup.tsx +++ b/src/popup/popup.tsx @@ -325,8 +325,8 @@ class WalletBalanceView extends React.Component<any, any> { ); }); if (listing.length > 0) { - let link = chrome.extension.getURL("/src/pages/tree.html"); - let linkElem = <a href={link} target="_blank">advanced view</a>; + let link = chrome.extension.getURL("/src/pages/auditors.html"); + let linkElem = <a href={link} target="_blank">auditors</a>; return ( <div> {listing} |