Skip to content

Commit

Permalink
Add more buy tickets buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Jun 29, 2024
1 parent 3c07dde commit c255cfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/layouts/ArtistLayout.astro
Original file line number Diff line number Diff line change
@@ -237,6 +237,11 @@ const image = imageType ? `${id}.${imageType}` : `${id}.jpg`;
</div>
)
}
{
!isFree && spotifyUrl && (
<BuyTicketsButton class="flex-0 w-fit h-fit" />
)
}
</div>
</div>
{youtubeUrl && <YouTube src={youtubeUrl} />}

0 comments on commit c255cfd

Please sign in to comment.