From ca4328f8444c0756866a95c9adec52c9ac6eb5c2 Mon Sep 17 00:00:00 2001 From: TropiiDev Date: Mon, 3 Feb 2025 20:43:21 -0500 Subject: [PATCH] Implement a title --- index.html | 2 +- src/constants/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0c589ec..6676fb2 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Vite + React + Portfolio
diff --git a/src/constants/index.js b/src/constants/index.js index 50f3f16..58fd723 100644 --- a/src/constants/index.js +++ b/src/constants/index.js @@ -157,7 +157,7 @@ export const workExperiences = [ id: 1, name: 'Freelance', pos: 'Back-End Developer', - duration: '2022 - Present', + duration: '2020 - Present', title: "Currently, my focus is on learning and exploring many different projects. Maximizing my time and productivity to give me the best shot at success!", icon: '/assets/freelance.svg', animation: 'victory',