This commit is contained in:
2023-04-25 12:59:42 +02:00
committed by GitHub
parent 898f9f03b8
commit b5c2ddf606

View File

@@ -21,6 +21,8 @@ export const NowPlayingCard = () => {
height={45} height={45}
width={45} width={45}
alt='Song cover art' alt='Song cover art'
placeholder='blur'
className='rounded-md'
src={spotify.song?.image} src={spotify.song?.image}
/> />
) : ( ) : (