Add linkedinUrl support to BlogCardOne
This commit is contained in:
@@ -7,8 +7,8 @@ import Badge from "@/components/shared/Badge";
|
|||||||
import OverlayArrowButton from "@/components/shared/OverlayArrowButton";
|
import OverlayArrowButton from "@/components/shared/OverlayArrowButton";
|
||||||
import { cls, shouldUseInvertedText } from "@/lib/utils";
|
import { cls, shouldUseInvertedText } from "@/lib/utils";
|
||||||
import { useTheme } from "@/providers/themeProvider/ThemeProvider";
|
import { useTheme } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import type { LucideIcon } from "lucide-react";
|
|
||||||
import { LinkedIn } 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 { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types";
|
||||||
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
|
import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user