Skip to content

Commit

Permalink
Update Constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thakurdotdev authored Nov 22, 2024
1 parent b60579e commit f385ad6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lib/Constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
},
];
Expand Down

0 comments on commit f385ad6

Please sign in to comment.