diff --git a/components/Cards/TicketsCard/TicketCard.tsx b/components/Cards/TicketsCard/TicketCard.tsx index 719382859..8600f6452 100644 --- a/components/Cards/TicketsCard/TicketCard.tsx +++ b/components/Cards/TicketsCard/TicketCard.tsx @@ -45,7 +45,7 @@ const TicketCard = ({ /> -
+
{availableTickets.map((ticket, index) => { const isCurrentCard: boolean = index === currentIndex; const isPrevCard: boolean = @@ -84,8 +84,8 @@ const TicketCard = ({ zIndex, }} > -
-
+
+

@@ -108,7 +108,7 @@ const TicketCard = ({ /person

-
    +
      {ticket.benefits.map((benefit, i) => (
    • @@ -117,24 +117,26 @@ const TicketCard = ({ ))}
    - {ticket.url && !isEnded ? ( - +
    + {ticket.url && !isEnded ? ( + + - )} + disabled={true} + outline={true} + className="w-full bg-gray-300" + > + {isEnded ? 'Event Closed' : 'Get a Ticket'} + + )} +
@@ -142,7 +144,7 @@ const TicketCard = ({ })}
-
+
{availableTickets.map((_, index: number) => { return (