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}