diff --git a/src/renderer/features/albums/components/album-detail-header.tsx b/src/renderer/features/albums/components/album-detail-header.tsx index 213341dc8..67107207d 100644 --- a/src/renderer/features/albums/components/album-detail-header.tsx +++ b/src/renderer/features/albums/components/album-detail-header.tsx @@ -12,9 +12,8 @@ import { useCurrentServer } from '/@/renderer/store'; import { formatDateAbsoluteUTC, formatDurationString, titleCase } from '/@/renderer/utils'; import { normalizeReleaseTypes } from '/@/renderer/utils/normalize-release-types'; import { ActionIcon } from '/@/shared/components/action-icon/action-icon'; -import { Button } from '/@/shared/components/button/button'; import { Group } from '/@/shared/components/group/group'; -import { Pill } from '/@/shared/components/pill/pill'; +import { Pill, PillLink } from '/@/shared/components/pill/pill'; import { Rating } from '/@/shared/components/rating/rating'; import { Stack } from '/@/shared/components/stack/stack'; import { Text } from '/@/shared/components/text/text'; @@ -147,34 +146,33 @@ export const AlbumDetailHeader = forwardRef item.value && ( - {item.value} + + {item.value} + ), )} {showGenres && ( - + {detailQuery?.data?.genres?.map((genre) => ( - + ))} - + )} - +