Skip to content

Commit

Permalink
Add external link to birthday
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Jun 18, 2024
1 parent 5e53419 commit 0039759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/program.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ const tbaArtists = [
venue: "Bakgården",
concertStartAt: "2024-06-27T18:30",
isFree: true,
externalLink: "https://www.facebook.com/events/334325382874540/",
},
{
title: "Nachspiel",
Expand Down Expand Up @@ -135,7 +136,7 @@ const concertsGroupedByDay = Object.entries(
)}

{isFree && (
<div class="bg-pink -rotate-6 text-xs mt-1 px-1 rounded">
<div class="bg-pink/70 -rotate-6 text-xs mt-1 px-1 rounded">
Gratis
</div>
)}
Expand Down

0 comments on commit 0039759

Please sign in to comment.