Skip to content

Commit

Permalink
feat: changed the last commit date icon with a calender (open-sauced#…
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakrudrapaul committed Jul 12, 2023
1 parent c951e96 commit 2ae9d53
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { IconContext } from "react-icons";
import { GoDiff } from "react-icons/go";
import { BsFileDiff } from "react-icons/bs";
import { FaRegCheckCircle, FaRegDotCircle } from "react-icons/fa";
import { FaRegCheckCircle, FaRegCalendar } from "react-icons/fa";

import Text from "components/atoms/Typography/text";
import Tooltip from "components/atoms/Tooltip/tooltip";
Expand All @@ -20,7 +20,7 @@ const LatestPrTableHeader = ({ classNames, isHoverCard }: LatestPrTableHeaderPro
<IconContext.Provider value={{ color: "gray", style: { width: 14, height: 14 } }}>
<div className={`${isHoverCard && "ml-auto"} justify-end w-[calc(10%-4px)]`}>
<Tooltip content="Last Commit Date">
<FaRegDotCircle />
<FaRegCalendar />
</Tooltip>
</div>
</IconContext.Provider>
Expand Down

0 comments on commit 2ae9d53

Please sign in to comment.