From 0fa94efbe8167e14a2ebcd252013c7f88b821053 Mon Sep 17 00:00:00 2001 From: "oe.sonnh" Date: Wed, 7 Aug 2024 18:03:19 +0700 Subject: [PATCH 1/2] Fix: MediaCard using normal button instead of Button component --- src/components/VideoThumbnail/VideoThumbnail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/VideoThumbnail/VideoThumbnail.vue b/src/components/VideoThumbnail/VideoThumbnail.vue index e6838283..dbf002f5 100644 --- a/src/components/VideoThumbnail/VideoThumbnail.vue +++ b/src/components/VideoThumbnail/VideoThumbnail.vue @@ -4,7 +4,7 @@ div(:class="styles.ThumbnailContainer") :class="styles.Thumbnail", :style="{ backgroundImage: `url(${thumbnailUrl})` }", ) - Button( + button( type="button", :class="styles.PlayButton", :aria-label="buttonLabel", @@ -43,7 +43,7 @@ div(:class="styles.ThumbnailContainer")