From 5755f7a81433dea3754f9f86d90884cf23b7ad64 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 29 May 2017 01:48:46 +0200 Subject: fix paths previously missed during restructuring --- src/webex/pages/popup.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/webex/pages/popup.tsx') diff --git a/src/webex/pages/popup.tsx b/src/webex/pages/popup.tsx index a806cfef9..f710156a5 100644 --- a/src/webex/pages/popup.tsx +++ b/src/webex/pages/popup.tsx @@ -234,7 +234,7 @@ class WalletBalanceView extends React.Component { renderEmpty(): JSX.Element { let helpLink = ( - + {i18n.str`help`} ); @@ -316,9 +316,9 @@ class WalletBalanceView extends React.Component {

); }); - let link = chrome.extension.getURL("/src/pages/auditors.html"); + let link = chrome.extension.getURL("/src/webex/pages/auditors.html"); let linkElem = Trusted Auditors and Exchanges; - let paybackLink = chrome.extension.getURL("/src/pages/payback.html"); + let paybackLink = chrome.extension.getURL("/src/webex/pages/payback.html"); let paybackLinkElem = Trusted Auditors and Exchanges; return (
@@ -489,16 +489,16 @@ function confirmReset() { function WalletDebug(props: any) { return (

Debug tools:

- - - -
-- cgit v1.2.3