diff --git a/src/components/SpotifyCard.tsx b/src/components/SpotifyCard.tsx index d13e267..1feb6f8 100644 --- a/src/components/SpotifyCard.tsx +++ b/src/components/SpotifyCard.tsx @@ -21,6 +21,8 @@ export const NowPlayingCard = () => { height={45} width={45} alt='Song cover art' + placeholder='blur' + className='rounded-md' src={spotify.song?.image} /> ) : (