From 6d0f80f06a49a73eccd9cd919751206d633cf2f2 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sun, 23 Nov 2025 00:47:10 -0800 Subject: [PATCH] remove link from artist on feature carousel --- .../feature-carousel/feature-carousel.tsx | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/src/renderer/components/feature-carousel/feature-carousel.tsx b/src/renderer/components/feature-carousel/feature-carousel.tsx index f0bf6de2a..fbdf2f4dd 100644 --- a/src/renderer/components/feature-carousel/feature-carousel.tsx +++ b/src/renderer/components/feature-carousel/feature-carousel.tsx @@ -132,21 +132,14 @@ const CarouselItem = ({ album }: CarouselItemProps) => {
{album.albumArtists.slice(0, 1).map((artist) => ( - { - e.stopPropagation(); - }} - state={{ item: artist }} - to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL, { - albumArtistId: artist.id, - })} + size="md" > - - {artist.name} - - + {artist.name} + ))} {album.genres?.slice(0, 2).map((genre) => (