From c01a24c25c589601c2040d3e3f3d0d780a575bcf Mon Sep 17 00:00:00 2001 From: 0t4u <61939142+0t4u@users.noreply.github.com> Date: Mon, 5 Dec 2022 21:07:20 +0000 Subject: fix building --- modules/VideoPlayer/VideoPlayer2.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/VideoPlayer') diff --git a/modules/VideoPlayer/VideoPlayer2.tsx b/modules/VideoPlayer/VideoPlayer2.tsx index bbc2c68..fe2ffb6 100644 --- a/modules/VideoPlayer/VideoPlayer2.tsx +++ b/modules/VideoPlayer/VideoPlayer2.tsx @@ -340,6 +340,7 @@ const VideoPlayer2 = (props: VideoPlayerProps) => { onClick={handlePlayPause} aria-hidden src={srcPoster} + alt="Poster Image" layout="fill" /> )} -- cgit v1.2.3