Skip to content

Commit

Permalink
fix: add right links to their locations
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab authored Aug 1, 2023
1 parent 330b5b6 commit bb758e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const ContributorProfileInfo = ({
<span className="flex gap-2 items-center">
<FiGithub className="text-light-slate-9" />
<Link
href={`https://twitter.com/${twitterUsername}`}
href={`https://github.com/${githubName}`}
target="_blank"
rel="noreferrer"
className="w-max hover:text-orange-500 "
Expand All @@ -109,7 +109,7 @@ const ContributorProfileInfo = ({
<span className="flex gap-2 items-center">
<FiTwitter className="text-light-slate-9" />
<Link
href={`https://github.com/${githubName}`}
href={`https://twitter.com/${twitterUsername}`}
target="_blank"
rel="noreferrer"
className="w-max hover:text-orange-500 "
Expand Down

0 comments on commit bb758e9

Please sign in to comment.