From 67a0eb61f4bc37f8babb9dc654513e08959fa79d Mon Sep 17 00:00:00 2001 From: yinuoy Date: Wed, 4 Sep 2024 15:23:19 +0800 Subject: [PATCH] Update ArtistListItem.tsx fix accessibility issues of the follow button inside artist list card --- src/app/Components/ArtistListItem.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/Components/ArtistListItem.tsx b/src/app/Components/ArtistListItem.tsx index dfa3f7cb3a4..e962e4f7313 100644 --- a/src/app/Components/ArtistListItem.tsx +++ b/src/app/Components/ArtistListItem.tsx @@ -169,7 +169,9 @@ const ArtistListItem: React.FC = ({ {!!showFollowButton && ( - + )}