From 17ef77ea6e6b835c451150fbdfb0dff7a602a9ae Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 25 Oct 2024 16:18:16 +0200 Subject: [PATCH] fix: :wheelchair: add title for accessibility --- src/components/Feed/Favorite.vue | 1 + src/components/Sidebar/Subscription.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/Feed/Favorite.vue b/src/components/Feed/Favorite.vue index fa3c5a5..a37e836 100644 --- a/src/components/Feed/Favorite.vue +++ b/src/components/Feed/Favorite.vue @@ -7,6 +7,7 @@ :display-name="feed.data.author || feed.data.title" :is-no-user="true" :size="222" + :title="feed.data.author" :url="feed.data.imageUrl" />

{{ feed.data.title }}

diff --git a/src/components/Sidebar/Subscription.vue b/src/components/Sidebar/Subscription.vue index 5af1f3f..5b9f1bb 100644 --- a/src/components/Sidebar/Subscription.vue +++ b/src/components/Sidebar/Subscription.vue @@ -29,6 +29,7 @@