Skip to content

Commit

Permalink
don't stretch album image
Browse files Browse the repository at this point in the history
  • Loading branch information
vascYT committed Dec 9, 2023
1 parent b2d7543 commit c11d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpotifyActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function RecentStreams() {
<img
src={stream.track.albums[0].image}
alt="Track album image"
className="mx-auto h-16 w-16 rounded-md"
className="mx-auto h-16 w-16 rounded-md object-cover"
/>
<a
href={`https://open.spotify.com/track/${stream.track.externalIds.spotify[0]}`}
Expand Down

0 comments on commit c11d4b7

Please sign in to comment.