Bob AI: fix build errors (attempt 2)
This commit is contained in:
@@ -22,7 +22,7 @@ interface FeaturesRevealCardsProps {
|
||||
}
|
||||
|
||||
const ParallaxFeatureCard = ({ item, index }: { item: FeatureItem; index: number }) => {
|
||||
const cardRef = useRef<HTMLElement>(null);
|
||||
const cardRef = useRef<HTMLDivElement>(null);
|
||||
const transform = useParallax(cardRef, { maxRotate: 5 });
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user