We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148cd09 commit 0113921Copy full SHA for 0113921
web/components/Actuality/ActuCard.tsx
@@ -27,7 +27,7 @@ const ActuCard = ({ actu }: IActuCard) => {
27
<AspectRatio w="100%" maxH="300px" ratio={16 / 9} overflow="hidden">
28
<Image
29
// @ts-ignore
30
- src={actu?.image.formats.large.url || actu?.image?.url}
+ src={actu?.image?.formats?.large?.url || actu?.image?.url}
31
objectFit="cover"
32
transition="transform ease-in-out 200ms"
33
_groupHover={{ transform: 'scale(1.05)' }}
0 commit comments