From 4eaeb29b460ca15fd41e9ce370478018d747e57a Mon Sep 17 00:00:00 2001 From: r-freeman Date: Wed, 22 Feb 2023 22:52:51 +0000 Subject: [PATCH] Updated spotify player styling --- components/ui/SpotifyPlayer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}