Skip to content

Commit

Permalink
Fix: professional theme Linkedin url (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulyal authored Jul 30, 2024
1 parent 4ce0e32 commit 15ff11f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/jsonresume-theme-professional/src/ui/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const HeroComponent = ({ basics }) => {
{linkedin && (
<Info>
<FaLinkedin />
<a href={`https://linkedin.com/${linkedin.username}`}>
<a href={`https://linkedin.com/in/${linkedin.username}`}>
{linkedin.username}
</a>
</Info>
Expand Down

0 comments on commit 15ff11f

Please sign in to comment.