mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-24 11:59:02 -05:00
card improvements and artist page more beautiful
This commit is contained in:
@@ -30,6 +30,7 @@ export default function RecentlyPlayed(): React.JSX.Element {
|
||||
caption={recentlyPlayedTrack.Name}
|
||||
subCaption={`${recentlyPlayedTrack.Artists?.join(", ")}`}
|
||||
cornered
|
||||
width={150}
|
||||
itemId={recentlyPlayedTrack.AlbumId!}
|
||||
marginRight={20}
|
||||
onPress={async () => {
|
||||
|
||||
Reference in New Issue
Block a user