From d232d3e2c2e9f42dba9a0cbbb68015b7b83b221a Mon Sep 17 00:00:00 2001 From: Andrean <88448470+QkoSad@users.noreply.github.com> Date: Mon, 8 May 2023 16:58:46 +0000 Subject: [PATCH] Update Landing.js --- client/src/components/layout/Landing.js | 29 +------------------------ 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/client/src/components/layout/Landing.js b/client/src/components/layout/Landing.js index 007524c..ba4315d 100644 --- a/client/src/components/layout/Landing.js +++ b/client/src/components/layout/Landing.js @@ -5,7 +5,6 @@ import PropTypes from 'prop-types'; const Landing = ({ isAuthenticated }) => { if (isAuthenticated) { -<<<<<<< HEAD return ; } @@ -23,25 +22,6 @@ const Landing = ({ isAuthenticated }) => { Sign Up -======= - return ; - } - - return ( -
-
-
-

Developer Connector

-

- Create a developer profile/portfolio, share posts and get help from - other developers -

-
- - Sign Up - - ->>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb Login
@@ -55,16 +35,9 @@ Landing.propTypes = { isAuthenticated: PropTypes.bool }; -<<<<<<< HEAD + const mapStateToProps = (state) => ({ isAuthenticated: state.auth.isAuthenticated }); export default connect(mapStateToProps)(Landing); -======= -const mapStateToProps = state => ({ - isAuthenticated: state.auth.isAuthenticated -}); - -export default connect(mapStateToProps)(Landing); ->>>>>>> cc38df43629d64ca77f694c971a13a026b3afcfb