diff --git a/src/layouts/ArtistLayout.astro b/src/layouts/ArtistLayout.astro
index 6271e20..acfd4a8 100644
--- a/src/layouts/ArtistLayout.astro
+++ b/src/layouts/ArtistLayout.astro
@@ -237,6 +237,11 @@ const image = imageType ? `${id}.${imageType}` : `${id}.jpg`;
)
}
+ {
+ !isFree && spotifyUrl && (
+
+ )
+ }
{youtubeUrl && }