diff --git a/src/Components/Careers/CareersPage.js b/src/Components/Careers/CareersPage.js index 99a88ef4..2b3fc4b9 100644 --- a/src/Components/Careers/CareersPage.js +++ b/src/Components/Careers/CareersPage.js @@ -2,6 +2,9 @@ import React from 'react' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { faSearch, faRocket, faHeart } from '@fortawesome/free-solid-svg-icons'; import './careers.css' +import homeIcon from '../../img/homeicon.png'; +import { Link } from 'react-router-dom'; + const careers = () => { const handleResume = () => { @@ -9,7 +12,12 @@ const careers = () => { window.location.href = link; } return ( +<> + + Home +
+
Let's build from here, together
Join our team and accelerate human progress through innovative developer collaboration.
@@ -156,6 +164,7 @@ const careers = () => {
+ ) }