Skip to content

Commit

Permalink
✏️ typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jooncco committed Dec 8, 2023
1 parent 0a3f288 commit a6d695f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions components/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ import {textVariant} from '@/utils/motion';

const capabilities = [
{
title: 'Full Stack Engineer',
title: 'Full-stack Engineer',
iconSrc: '/img/solid_figure_1.png',
},
{
title: 'Back End Engineer',
title: 'Backend Engineer',
iconSrc: '/img/solid_figure_2.png',
},
{
Expand Down
10 changes: 5 additions & 5 deletions components/Work.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {

const experiences = [
{
title: 'Back End Engineer',
title: 'Backend Engineer',
companyName: 'LG Electronics',
iconSrc: '/img/company/lg.png',
date: 'Feb 2023 - Nov 2023',
Expand All @@ -33,7 +33,7 @@ const experiences = [
],
},
{
title: 'Full Stack Engineer',
title: 'Full-stack Engineer',
companyName: 'Bithumb meta',
iconSrc: '/img/company/bithumb.png',
date: 'Mar 2022 - Dec 2022',
Expand All @@ -49,7 +49,7 @@ const experiences = [
],
},
{
title: 'Full Stack Engineer',
title: 'Full-stack Engineer',
companyName: 'LG U+',
iconSrc: '/img/company/lg.png',
date: 'Jul 2021 - Feb 2022',
Expand All @@ -64,7 +64,7 @@ const experiences = [
],
},
{
title: 'Full Stack Engineer',
title: 'Full-stack Engineer',
companyName: 'Hanwha Life Insurance',
iconSrc: '/img/company/hanwha.png',
date: 'Feb 2021 - Jun 2021',
Expand All @@ -77,7 +77,7 @@ const experiences = [
],
},
{
title: 'Back End Engineer',
title: 'Backend Engineer',
companyName: 'Okimoki',
iconSrc: '/img/company/okimoki.png',
date: 'Jan 2020 - Dec 2020',
Expand Down

0 comments on commit a6d695f

Please sign in to comment.