diff --git a/app/components/Nav/Nav.js b/app/components/Nav/Nav.js index 64d26c72..467b2caa 100644 --- a/app/components/Nav/Nav.js +++ b/app/components/Nav/Nav.js @@ -6,6 +6,7 @@ import Isvg from 'react-inlinesvg' import walletIcon from 'icons/wallet.svg' import peersIcon from 'icons/peers.svg' import networkIcon from 'icons/globe.svg' +import helpIcon from 'icons/help.svg' import styles from './Nav.scss' @@ -34,6 +35,12 @@ const Nav = ({ openPayForm, openRequestForm }) => ( Network + +
  • + + Help +
  • +
    diff --git a/app/icons/help.svg b/app/icons/help.svg new file mode 100644 index 00000000..54c2bd7d --- /dev/null +++ b/app/icons/help.svg @@ -0,0 +1 @@ + \ No newline at end of file