Skip to content

Commit

Permalink
Use corrected url to tickets
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Dec 1, 2023
1 parent 0f1ee2d commit 07fb3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BuyTicketsButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { class: extraClasses = "", isFree } = Astro.props;
<a
class={`block py-4 px-4 text-center bg-indigo text-white rounded-lg text-sm md:text-xl duration-500
transition-all shadow-solid -translate-y-1 hover:translate-x-1 hover:-translate-y-2 hover:shadow-solid-hover ${extraClasses}`}
href="https://tikkio.com/tickets/43526-mandaljazz-2026"
href="https://tikkio.com/tickets/43526-mandaljazz-2024"
rel="noopener nofollow"
target="_blank">{isFree ? "Reserver gratisbillett" : "Kjøp billetter"}</a
>

0 comments on commit 07fb3d4

Please sign in to comment.