From c255cfdfa2e2ec5c1b9290577d599189fae926b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Henrik=20Gr=C3=B8nsleth?= Date: Sat, 29 Jun 2024 18:57:50 +0200 Subject: [PATCH] Add more buy tickets buttons --- src/layouts/ArtistLayout.astro | 5 +++++ 1 file changed, 5 insertions(+) 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 && }