Reverted to commit aad67f5347

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 13:18:06 +00:00
parent 6407572550
commit a7dbc3c449

View File

@@ -456,7 +456,7 @@ export default function ParkDetail() {
<MeasurementDisplay value={ride.max_height_meters} type="distance" /> <MeasurementDisplay value={ride.max_height_meters} type="distance" />
</span> </span>
)} )}
{ride.inversions && ride.inversions > 0 && ( {ride.inversions > 0 && (
<span className="bg-secondary/10 text-secondary px-2 py-1 rounded-md text-xs font-medium"> <span className="bg-secondary/10 text-secondary px-2 py-1 rounded-md text-xs font-medium">
{ride.inversions} inversions {ride.inversions} inversions
</span> </span>