From f385ad6deb5548dbc64b8a4956816413c8b16bcb Mon Sep 17 00:00:00 2001 From: Pankaj Thakur Date: Sat, 23 Nov 2024 01:55:49 +0530 Subject: [PATCH] Update Constant.ts --- lib/Constant.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/Constant.ts b/lib/Constant.ts index b8c8ff0..e66d77b 100644 --- a/lib/Constant.ts +++ b/lib/Constant.ts @@ -32,10 +32,15 @@ export const companiesData = [ location: "Ahmedabad, India", jobs: [ { - position: "Software Developer Intern", - duration: "Feb 2024 - Present", + position: "Junior Software Developer", + duration: "Sep 2024 - Present", isCurrent: true, }, + { + position: "Software Developer Intern", + duration: "Feb 2024 - Aug 2024", + isCurrent: false, + }, ], }, ];