This commit is contained in:
2025-09-09 09:34:35 +03:00
parent 6a1d81bfa8
commit 3612ada03a
22 changed files with 285 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ const LazyLoadedImage: React.FC<LazyLoadedImageProps> = ({
height = 1024,
className,
lazyFetch = true,
size = "48x48",
size = "720x720",
...props
}) => {
const [isVisible, setIsVisible] = useState(!lazyFetch);