diff --git a/site/templates/home.php b/site/templates/home.php index ca03288..4540e13 100644 --- a/site/templates/home.php +++ b/site/templates/home.php @@ -51,9 +51,9 @@ isMapadoEvent() == 'true') { - $bookingUrl = $heroEvent->url(); + $bookingUrl = option('ticketingUrl') . 'event/' . $heroEvent->mapadoSlug(); } elseif ($heroEvent->bookingUrl()->isNotEmpty()) { - $bookingUrl = $heroEvent->bookingUrl()->url(); + $bookingUrl = $heroEvent->bookingUrl()->value(); } else { $bookingUrl = null; }