diff --git a/src/components/main/ContentItem.tsx b/src/components/main/ContentItem.tsx index 0cf564b..38ec499 100644 --- a/src/components/main/ContentItem.tsx +++ b/src/components/main/ContentItem.tsx @@ -18,7 +18,7 @@ const ContentItem = ({ type = "small", img, title, id }: IProps) => { effect="blur" useIntersectionObserver style={{ - background: `url(${img})`, + backgroundImage: `url(${img})`, backgroundRepeat: "no-repeat", backgroundSize: "cover", }}