From 5c6c14fcc510d377046475acfbc8b4f25471d11a Mon Sep 17 00:00:00 2001 From: David Date: Mon, 13 Aug 2018 21:20:12 +0430 Subject: [PATCH] commit4 --- client/src/App.js | 6 +++++- client/src/components/HomeNav.js | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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