Skip to content

Commit dbbc887

Browse files
authored
Replace deprecated props (#348)
1 parent 3f4cbf3 commit dbbc887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/blur-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function BlurImage(props: ComponentProps<typeof Image>) {
1818
"duration-700 ease-in-out",
1919
isLoading ? "scale-105 blur-lg" : "scale-100 blur-0",
2020
)}
21-
onLoadingComplete={() => setLoading(false)}
21+
onLoad={() => setLoading(false)}
2222
/>
2323
);
2424
}

0 commit comments

Comments
 (0)