Skip to content

Commit

Permalink
chore: linkt code
Browse files Browse the repository at this point in the history
  • Loading branch information
a0m0rajab committed Aug 1, 2023
1 parent 7969a34 commit a50d901
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Link from "next/link";

import { AiOutlineGift } from "react-icons/ai";
import { BsDiscord } from "react-icons/bs";
import { FiClock, FiGithub, FiLinkedin, FiTwitter, FiGithub} from "react-icons/fi";
import { FiClock, FiGithub, FiLinkedin, FiTwitter, FiGithub } from "react-icons/fi";

import clsx from "clsx";
import LanguagePill from "components/atoms/LanguagePill/LanguagePill";
Expand Down Expand Up @@ -94,15 +94,15 @@ const ContributorProfileInfo = ({
)}

<span className="flex gap-2 items-center">
<FiGithub className="text-light-slate-9" />
<Link
href={`https://github.com/${githubName}`}
target="_blank"
rel="noreferrer"
className="w-max hover:text-orange-500 "
>
{twitterUsername}
</Link>
<FiGithub className="text-light-slate-9" />
<Link
href={`https://github.com/${githubName}`}
target="_blank"
rel="noreferrer"
className="w-max hover:text-orange-500 "
>
{githubName}
</Link>
</span>

{twitterUsername && (
Expand Down

0 comments on commit a50d901

Please sign in to comment.