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