mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
force single line on feature carousel artist
This commit is contained in:
@@ -131,7 +131,13 @@ const CarouselItem = ({ album }: CarouselItemProps) => {
|
||||
<div className={styles.metadataSection}>
|
||||
<Stack gap="sm">
|
||||
{album.albumArtists?.[0] && (
|
||||
<Text className={styles.artist} fw={500} size="md">
|
||||
<Text
|
||||
className={styles.artist}
|
||||
fw={500}
|
||||
lineClamp={1}
|
||||
size="md"
|
||||
ta="center"
|
||||
>
|
||||
{album.albumArtists[0].name}
|
||||
</Text>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user