diff --git a/components/ui/SpotifyPlayer.tsx b/components/ui/SpotifyPlayer.tsx index a154e84..7f39de1 100644 --- a/components/ui/SpotifyPlayer.tsx +++ b/components/ui/SpotifyPlayer.tsx @@ -156,7 +156,7 @@ Song.Album = function SongAlbum({album, albumImageUrl}: Album) { Song.Title = function SongTitle({as: Component = 'h2', title, songUrl, className}: Title) { return ( - + {title}