Skip to content

Commit

Permalink
changing icon for commit history link
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Saini <s2sharpit@gmail.com>
  • Loading branch information
s2sharpit committed Jul 9, 2023
1 parent 14b8bbc commit 55a262c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ContributorCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { fontGilroy } from "@/lib/fonts";
import { cn } from "@/lib/utils";
import Image from "next/image";
import Link from "next/link";
import { FaGithub } from "react-icons/fa";
import { RiHistoryLine } from "react-icons/ri";
import { FaGithub, FaLaptopCode } from "react-icons/fa";
import { Icons } from "./icons";

interface Card {
Expand Down Expand Up @@ -43,7 +42,7 @@ export default function ContributorCard({ data }: { data: Card }) {
target="_blank"
className="duration-150 hover:text-[#411AFF]"
>
<RiHistoryLine />
<FaLaptopCode />
</Link>
</div>
</div>
Expand Down

0 comments on commit 55a262c

Please sign in to comment.