fix(a11y): use Image as alt when there isn't a description

zio/stable
patak 2022-12-30 23:52:32 +01:00
parent 4da2fd05bb
commit 943a0b66fe
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ useIntersectionObserver(video, (entries) => {
:srcset="srcset"
:width="attachment.meta?.original?.width"
:height="attachment.meta?.original?.height"
:alt="attachment.description!"
:alt="attachment.description ?? 'Image'"
:style="{
aspectRatio,
objectPosition,