mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 23:51:13 -05:00
Refactor ride detail stats
This commit is contained in:
@@ -301,7 +301,7 @@ export default function RideDetail() {
|
||||
<Card>
|
||||
<CardContent className="p-4 text-center">
|
||||
<RotateCcw className="w-6 h-6 text-accent mx-auto mb-2" />
|
||||
<div className="text-2xl font-bold">{ride.inversions}</div>
|
||||
<div className="text-2xl font-bold text-accent">{ride.inversions}</div>
|
||||
<div className="text-sm text-muted-foreground">inversions</div>
|
||||
</CardContent>
|
||||
</Card>
|
||||
|
||||
Reference in New Issue
Block a user