diff --git a/components/about/JobsDescription.tsx b/components/about/JobsDescription.tsx index 8ab9a9bb..28ed2734 100644 --- a/components/about/JobsDescription.tsx +++ b/components/about/JobsDescription.tsx @@ -16,14 +16,6 @@ const JobsDescription = () => { {item.years && ' ยท '} {item.years} {item.years === '1' ? 'year' : 'years'} - {item.myCareerFocus && ( - - My Career Focus - - )}

diff --git a/data/about/index.ts b/data/about/index.ts index 311dc222..ab4b76f0 100644 --- a/data/about/index.ts +++ b/data/about/index.ts @@ -5,7 +5,6 @@ import reactLogo from '@/public/icons/svg/about/react-logo.svg' import text from '@/public/icons/svg/about/text.svg' interface Job { - myCareerFocus: boolean path: string title: string years: string @@ -14,7 +13,6 @@ interface Job { export const jobs: Job[] = [ { - myCareerFocus: true, path: reactLogo, title: 'Front End - React Developer', years: '4', @@ -25,7 +23,6 @@ export const jobs: Job[] = [ `, }, { - myCareerFocus: false, path: globe, title: 'Front End - JavaScript Developer', years: '1', @@ -35,7 +32,6 @@ export const jobs: Job[] = [ `, }, { - myCareerFocus: false, path: check, title: 'QA Automation - Team Leader', years: '1', @@ -46,7 +42,6 @@ export const jobs: Job[] = [ `, }, { - myCareerFocus: false, path: text, title: 'Localization - Manager', years: '2', @@ -56,7 +51,6 @@ export const jobs: Job[] = [ `, }, { - myCareerFocus: false, path: bug, title: 'Localization - Tester', years: '3', diff --git a/data/projects/work/projectsOverview.ts b/data/projects/work/projectsOverview.ts index 0ffdf5a2..300746d2 100644 --- a/data/projects/work/projectsOverview.ts +++ b/data/projects/work/projectsOverview.ts @@ -183,7 +183,7 @@ export const projectsWorkQA: Project[] = [ imageShowcase: [groupon1.src, groupon2.src], title: '๐Ÿ›’ E-Commerce - Marketplace', company: 'Groupon', - role: 'QA Automation - Team Leader', + role: 'QA Automation SDET - Team Leader', years: '4 months', description: 'I was responsible setting up new QA team, related processes, hiring and managing people, making test plans, test cases, and scripts.',