From fcc263a07b663120cc9616909a75dbb7b9403a2f Mon Sep 17 00:00:00 2001 From: David Odohi Date: Sun, 11 Aug 2024 18:34:53 +0100 Subject: [PATCH] add group of five ticket and update the ticket links to paystack link --- frontend/src/components/Ticket.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/Ticket.tsx b/frontend/src/components/Ticket.tsx index 0f570d7..c7d6071 100644 --- a/frontend/src/components/Ticket.tsx +++ b/frontend/src/components/Ticket.tsx @@ -6,7 +6,7 @@ function SponsorCard(props: { title: string, price: string, body: string, isPopu return (
{isPopular ?
Popular
: null} -

{title}

+

{title}

{price}

{body}

{ title="Student Ticket" price="1000 KSH" body='In a bid to encourage students we have a package specific for you.' - link='https://appslab-qcpjjn.shop.chpter.co/product/481cc1c2-9793-4d97-9432-f04521537be8' + link='https://paystack.com/buy/student-ticket-qvbzec' isPopular={false} /> +
+
+