fix: image via props and remove songIllustration function for cover property
This commit is contained in:
committed by
Clément Le Bihan
parent
25e3d99e22
commit
2434d5f5df
@@ -18,7 +18,7 @@ const ArtistCard = (props: ArtistCardProps) => {
|
||||
<VStack m={1.5} space={3}>
|
||||
<Image
|
||||
style={{ zIndex: 0, aspectRatio: 1, borderRadius: CardBorderRadius }}
|
||||
source={{ uri: API.getArtistIllustration(id) }}
|
||||
source={{ uri: image }}
|
||||
alt={name}
|
||||
/>
|
||||
<VStack>
|
||||
|
||||
Reference in New Issue
Block a user