Skip to content

Commit

Permalink
fix external link
Browse files Browse the repository at this point in the history
  • Loading branch information
Niyousha99 committed Nov 21, 2024
1 parent 5689a9b commit 1ce2d26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ExperienceTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const ExperienceTimeline = () => {
style={{ textDecoration: "none", color: COLORS.primary }}
href={experienceItem.url}
target="_blank"
rel="noreferrer"
>
{experienceItem.location}
</a>
Expand Down

0 comments on commit 1ce2d26

Please sign in to comment.