aboutsummaryrefslogtreecommitdiff
path: root/src/popup/popup.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-24 17:54:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-24 17:54:22 +0100
commit4178dcadc6a6a856a754e3a370c22fa342735e42 (patch)
tree686ff11f152eab5cace57ef55154084475ed3ce5 /src/popup/popup.tsx
parentdf87dc0242caab05cb27623edf000625d1a7f039 (diff)
add auditor editing
Diffstat (limited to 'src/popup/popup.tsx')
-rw-r--r--src/popup/popup.tsx4
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}