diff --git a/client/src/App.js b/client/src/App.js index 558ca91..4863a7c 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -85,7 +85,11 @@ class App extends React.Component { return ( - {!currentPath.includes("marketing") ? : } + {!currentPath.includes("marketing") ? ( + + ) : ( + + )} {collapsed && overlay} diff --git a/client/src/components/HomeNav.js b/client/src/components/HomeNav.js index 4408e99..8626c94 100644 --- a/client/src/components/HomeNav.js +++ b/client/src/components/HomeNav.js @@ -101,7 +101,7 @@ class HomeNav extends React.Component { - + Downloads