From 2768832222957d911c9b464a0d161605ce9decd4 Mon Sep 17 00:00:00 2001 From: Ashvini Date: Tue, 8 Sep 2020 17:53:46 +0530 Subject: [PATCH 1/2] Commented careers link --- src/components/layout/Footer.js | 2 +- src/components/layout/Navbar.js | 12 ++++++------ src/components/team/index.js | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/layout/Footer.js b/src/components/layout/Footer.js index 69c46539..5efaba40 100644 --- a/src/components/layout/Footer.js +++ b/src/components/layout/Footer.js @@ -50,7 +50,7 @@ const Footer = () => { Domain Expertise Our Team Blog - Career + {/* Career */} Contact Us diff --git a/src/components/layout/Navbar.js b/src/components/layout/Navbar.js index 91ca2151..46a6c34f 100644 --- a/src/components/layout/Navbar.js +++ b/src/components/layout/Navbar.js @@ -127,12 +127,12 @@ Component.defaultProps = { title: "Our Innovation", url: routes.INNOVATIONS }, - { - id: 4, - title: "Career", - url: "http://careers.joshsoftware.com/", - otherDomain: true - }, + // { + // id: 4, + // title: "Career", + // url: "http://careers.joshsoftware.com/", + // otherDomain: true + // }, { id: 6, title: "Contact Us", diff --git a/src/components/team/index.js b/src/components/team/index.js index ea432197..e36086ee 100644 --- a/src/components/team/index.js +++ b/src/components/team/index.js @@ -62,9 +62,9 @@ const OurTeam = props => { About Us - + {/* Career - + */} From 9029dcdef5dc03c9198b47658835b635203b3ae1 Mon Sep 17 00:00:00 2001 From: Ashvini Date: Wed, 9 Sep 2020 10:47:27 +0530 Subject: [PATCH 2/2] Revert "Commented careers link" This reverts commit 2768832222957d911c9b464a0d161605ce9decd4. --- src/components/layout/Footer.js | 2 +- src/components/layout/Navbar.js | 12 ++++++------ src/components/team/index.js | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/layout/Footer.js b/src/components/layout/Footer.js index 5efaba40..69c46539 100644 --- a/src/components/layout/Footer.js +++ b/src/components/layout/Footer.js @@ -50,7 +50,7 @@ const Footer = () => { Domain Expertise Our Team Blog - {/* Career */} + Career Contact Us diff --git a/src/components/layout/Navbar.js b/src/components/layout/Navbar.js index 46a6c34f..91ca2151 100644 --- a/src/components/layout/Navbar.js +++ b/src/components/layout/Navbar.js @@ -127,12 +127,12 @@ Component.defaultProps = { title: "Our Innovation", url: routes.INNOVATIONS }, - // { - // id: 4, - // title: "Career", - // url: "http://careers.joshsoftware.com/", - // otherDomain: true - // }, + { + id: 4, + title: "Career", + url: "http://careers.joshsoftware.com/", + otherDomain: true + }, { id: 6, title: "Contact Us", diff --git a/src/components/team/index.js b/src/components/team/index.js index e36086ee..ea432197 100644 --- a/src/components/team/index.js +++ b/src/components/team/index.js @@ -62,9 +62,9 @@ const OurTeam = props => { About Us - {/* + Career - */} +