diff --git a/components/LinkCard.tsx b/components/LinkCard.tsx index 89396d5..73dd274 100644 --- a/components/LinkCard.tsx +++ b/components/LinkCard.tsx @@ -6,6 +6,7 @@ import { faFolder, faArrowUpRightFromSquare, faEllipsis, + faThumbTack, } from "@fortawesome/free-solid-svg-icons"; import { faFileImage, faFilePdf } from "@fortawesome/free-regular-svg-icons"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; @@ -76,6 +77,18 @@ export default function LinkCard({ link, count, className }: Props) { target.style.opacity = "0"; }} /> + + {link?.pinnedBy && link.pinnedBy[0] && ( +
+ +
+ )} +