diff --git a/README.md b/README.md index b444712..413f534 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ const config = { position: 'Software Engineer', from: 'July 2019', to: 'Present', + companyLink: 'https://comapny.com', }, { company: 'Company name 2', @@ -463,6 +464,7 @@ module.exports = { position: 'Software Engineer', from: 'July 2019', to: 'Present', + companyLink: 'https://company1.com', }, { company: 'Company name 2', diff --git a/gitprofile.config.js b/gitprofile.config.js index aa7b96e..5595292 100644 --- a/gitprofile.config.js +++ b/gitprofile.config.js @@ -48,6 +48,7 @@ const config = { position: 'Backend Engineer II', from: 'September 2021', to: 'Present', + companyLink: 'https://monstar-lab.com/bd/', }, { company: 'My Offer 360 Degree', diff --git a/src/components/experience/index.jsx b/src/components/experience/index.jsx index 395e60e..afb6ef5 100644 --- a/src/components/experience/index.jsx +++ b/src/components/experience/index.jsx @@ -2,7 +2,7 @@ import { skeleton } from '../../helpers/utils'; import { Fragment } from 'react'; import PropTypes from 'prop-types'; -const ListItem = ({ time, position, company }) => ( +const ListItem = ({ time, position, company, link }) => (