warning fixed

This commit is contained in:
VividTruthKeeper 2023-02-26 20:04:51 +05:00
parent 2f05064b3e
commit ea35638589
1 changed files with 1 additions and 1 deletions

View File

@ -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",
}}