diff --git a/src/components/common/ZzalCard.tsx b/src/components/common/ZzalCard.tsx index 5d1a2512..4ffbdf48 100644 --- a/src/components/common/ZzalCard.tsx +++ b/src/components/common/ZzalCard.tsx @@ -8,11 +8,19 @@ interface ZzalCardProps { alt: string; hasAnimation?: boolean; width?: number | string; + className?: string; } -const ZzalCard = ({ children, src, alt, width = 72, hasAnimation = true }: ZzalCardProps) => { +const ZzalCard = ({ + children, + src, + alt, + width = 72, + hasAnimation = true, + className, +}: ZzalCardProps) => { return ( -
+
{children}