From feb7fb8e0534706f65d56e281e9ed519140a2aa3 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 22 Jun 2020 09:48:35 -0400 Subject: [PATCH] update link on help page --- ui/page/help/view.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/page/help/view.jsx b/ui/page/help/view.jsx index de11131e1..c1a7967bc 100644 --- a/ui/page/help/view.jsx +++ b/ui/page/help/view.jsx @@ -1,6 +1,6 @@ -// @TODO: Customize advice based on OS // @flow -import * as icons from 'constants/icons'; +import * as ICONS from 'constants/icons'; +import * as PAGES from 'constants/pages'; import * as React from 'react'; // @if TARGET='app' import { shell } from 'electron'; @@ -135,13 +135,13 @@ class HelpPage extends React.PureComponent {