diff --git a/src/components/sections/blog/BlogCardOne.tsx b/src/components/sections/blog/BlogCardOne.tsx index c7817e1..358c2aa 100644 --- a/src/components/sections/blog/BlogCardOne.tsx +++ b/src/components/sections/blog/BlogCardOne.tsx @@ -7,10 +7,10 @@ import Badge from "@/components/shared/Badge"; import OverlayArrowButton from "@/components/shared/OverlayArrowButton"; import { cls, shouldUseInvertedText } from "@/lib/utils"; import { useTheme } from "@/providers/themeProvider/ThemeProvider"; +import { LinkedIn } from "lucide-react"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; -import { Instagram } from "lucide-react"; type BlogCard = { id: string; @@ -103,9 +103,6 @@ const BlogCardItem = memo(({ aria-label={`${blog.title} by ${blog.authorName}`} >
{blog.authorName}
+ {blog.linkedinUrl && (
+
+
{blog.date}