From 08d6050bd32b7f4af6dabb8939194739317752c2 Mon Sep 17 00:00:00 2001
From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com>
Date: Tue, 19 Nov 2024 16:00:08 +0200
Subject: [PATCH 1/2] feat: update Ticket Description (#473)
---
components/Tickets/ticketCards.js | 2 +-
pages/venue/[id].js | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/Tickets/ticketCards.js b/components/Tickets/ticketCards.js
index 21f3cb8c..451d2dbd 100644
--- a/components/Tickets/ticketCards.js
+++ b/components/Tickets/ticketCards.js
@@ -5,7 +5,7 @@ function TicketCards({ className, city }) {
// Determine card style based on event status
const isEndedOrUpcoming = city.ended || !city.ticket;
const cardOpacity = isEndedOrUpcoming ? 'opacity-40' : 'opacity-100';
- const buttonText = city.isFree ? 'Get Your Ticket' : 'Buy Now';
+ const buttonText = city.isFree ? 'Get Your Free Ticket' : 'Buy Now';
return (
diff --git a/pages/venue/[id].js b/pages/venue/[id].js
index edd04e59..ef15092d 100644
--- a/pages/venue/[id].js
+++ b/pages/venue/[id].js
@@ -63,7 +63,7 @@ function Venue({ city }) {
{city.ended ? (city.playlist &&
):
{city.ticket &&
-
+
}
{(!eventEnded && city.cfp) &&
From 4eeb0acd605c25f241a0b192be9e23a25819d528 Mon Sep 17 00:00:00 2001
From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com>
Date: Tue, 19 Nov 2024 16:21:15 +0200
Subject: [PATCH 2/2] feat: add co-speaker (#474)
---
config/speakers.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/speakers.json b/config/speakers.json
index 31d21e20..a57a7006 100644
--- a/config/speakers.json
+++ b/config/speakers.json
@@ -292,7 +292,7 @@
{
"time": "5:10 PM CEST - 5:35 PM CEST",
"session": "From Nightmares to Sweet Dreams: Conquering AsyncAPI Testing!",
- "speaker": 6,
+ "speaker": [6,3],
"type": "Technical Speaker"
}
]