Reverted to commit 801e3a57f5

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 13:14:52 +00:00
parent e6504c0951
commit 53331a4b03

View File

@@ -444,8 +444,7 @@ export default function ParkDetail() {
</p> </p>
)} )}
{/* Stats - Only show for roller coasters */} {/* Stats */}
{ride.category === 'roller_coaster' && (
<div className="flex items-center gap-2 flex-wrap"> <div className="flex items-center gap-2 flex-wrap">
{ride.max_speed_kmh && ( {ride.max_speed_kmh && (
<span className="bg-primary/10 text-primary px-2 py-1 rounded-md text-xs font-medium"> <span className="bg-primary/10 text-primary px-2 py-1 rounded-md text-xs font-medium">
@@ -463,7 +462,6 @@ export default function ParkDetail() {
</span> </span>
)} )}
</div> </div>
)}
</div> </div>
</CardContent> </CardContent>
</Card> </Card>