From b5c2ddf606d2a0c85c1a5ab7d9d5907adda0713b Mon Sep 17 00:00:00 2001 From: skidoodle Date: Tue, 25 Apr 2023 12:59:42 +0200 Subject: [PATCH] .test --- src/components/SpotifyCard.tsx | 2 ++ 1 file changed, 2 insertions(+) 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} /> ) : (