🎨 Made pricing description consistent.

This commit is contained in:
sid
2024-10-27 10:00:45 +00:00
parent da5ca9d17d
commit f297f20470

View File

@@ -272,7 +272,7 @@ const EventsPage: React.FC = () => {
</p> </p>
<p className="text-gray-600">{event.location}</p> <p className="text-gray-600">{event.location}</p>
<p className="text-gray-800 font-semibold"> <p className="text-gray-800 font-semibold">
${event.ticketPrice} ${event.ticketPrice.toFixed(2)}
</p> </p>
<p className="text-gray-600">Host: {event.eventHost}</p> <p className="text-gray-600">Host: {event.eventHost}</p>
</div> </div>