mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 15:11:12 -05:00
Reverted to commit aad67f5347
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user