warning fixed
This commit is contained in:
parent
2f05064b3e
commit
ea35638589
|
|
@ -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",
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue