mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 20:08:51 -05:00
make recent artists text bold
This commit is contained in:
@@ -33,9 +33,9 @@ export default function RecentArtists({ navigation }: ProvidedHomeProps): React.
|
||||
artistId: recentArtist.Id!,
|
||||
artistName: recentArtist.Name ?? "Unknown Artist"
|
||||
}
|
||||
)}>
|
||||
{`${recentArtist!.Name}`}
|
||||
</Avatar>
|
||||
)}
|
||||
subheading={recentArtist.Name ?? "Unknown Artist"}
|
||||
/>
|
||||
)
|
||||
})}
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user