fix property

This commit is contained in:
austinkelsay 2024-10-14 09:07:20 -05:00
parent 937a8f4d1a
commit 25ef701705

View File

@ -53,8 +53,8 @@ export function VideoTemplate({ video }) {
style={{ paddingBottom: "56.25%" }}
>
<Image
alt="workshop thumbnail"
src={returnImageProxy(workshop.image)}
alt="video thumbnail"
src={returnImageProxy(video.image)}
quality={100}
layout="fill"
objectFit="cover"