From 32be99f679389cfcf58730911c8ed10b25da1228 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 26 Jan 2026 17:09:45 +0200 Subject: [PATCH] Add linkedinUrl support to BlogCardOne --- src/components/sections/blog/BlogCardOne.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/sections/blog/BlogCardOne.tsx b/src/components/sections/blog/BlogCardOne.tsx index 778348a..358c2aa 100644 --- a/src/components/sections/blog/BlogCardOne.tsx +++ b/src/components/sections/blog/BlogCardOne.tsx @@ -7,8 +7,8 @@ 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 type { LucideIcon } from "lucide-react"; 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"; @@ -203,7 +203,7 @@ const BlogCardOne = ({ gridVariant="uniform-all-items-equal" uniformGridCustomHeightClasses={uniformGridCustomHeightClasses} animationType={animationType} - + title={title} titleSegments={titleSegments} description={description}