mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 21:23:24 +00:00
🎨 Made pricing description consistent.
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user