From 20dcbe74d42b38c9b9176c6d40702085fda98994 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Tue, 15 Aug 2023 15:26:19 +0200 Subject: [PATCH] Add title attributes for media descriptions. Set both "alt" and "title" --- src/components/Card.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Card.vue b/src/components/Card.vue index b2ccd3c..d0b090c 100644 --- a/src/components/Card.vue +++ b/src/components/Card.vue @@ -42,9 +42,9 @@ const playVideo = computed(() => {
- +