diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-03-24 17:54:22 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-03-24 17:54:22 +0100 |
commit | 4178dcadc6a6a856a754e3a370c22fa342735e42 (patch) | |
tree | 686ff11f152eab5cace57ef55154084475ed3ce5 /src/popup/popup.tsx | |
parent | df87dc0242caab05cb27623edf000625d1a7f039 (diff) |
add auditor editing
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} |