diff --git a/src/components/image/SanityImage.tsx b/src/components/image/SanityImage.tsx index 38278764b..7d87cff24 100644 --- a/src/components/image/SanityImage.tsx +++ b/src/components/image/SanityImage.tsx @@ -44,7 +44,6 @@ const SanityAssetImage = ({ image: IImage; imageProps?: UseNextSanityImageProps; objectFit?: "cover" | "none"; - showFigureDescription?: boolean; }) => { const objectPosition = image.hotspot ? `${image.hotspot.x * 100}% ${image.hotspot.y * 100}%`