Skip to content

Commit

Permalink
feat: add International School experience
Browse files Browse the repository at this point in the history
Signed-off-by: Rafael Julio <development@rafifos.dev>
  • Loading branch information
rafifos authored Nov 13, 2024
1 parent cd201b4 commit bd91062
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/organisms/my-experience/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const myExperiences: Experience[] = [
},
{
title: "AeC",
current: false,
},
{
title: "International School",
current: true,
},
];
Expand Down

1 comment on commit bd91062

@vercel
Copy link

@vercel vercel bot commented on bd91062 Nov 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.