mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 15:31:13 -05:00
Fix icon style
This commit is contained in:
@@ -18,6 +18,7 @@ import {
|
|||||||
TrendingUp,
|
TrendingUp,
|
||||||
Camera,
|
Camera,
|
||||||
Heart,
|
Heart,
|
||||||
|
RotateCcw,
|
||||||
AlertTriangle
|
AlertTriangle
|
||||||
} from 'lucide-react';
|
} from 'lucide-react';
|
||||||
import { ReviewsSection } from '@/components/reviews/ReviewsSection';
|
import { ReviewsSection } from '@/components/reviews/ReviewsSection';
|
||||||
@@ -260,7 +261,7 @@ export default function RideDetail() {
|
|||||||
{ride.inversions && ride.inversions > 0 && (
|
{ride.inversions && ride.inversions > 0 && (
|
||||||
<Card>
|
<Card>
|
||||||
<CardContent className="p-4 text-center">
|
<CardContent className="p-4 text-center">
|
||||||
<div className="text-2xl mb-2">🔄</div>
|
<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">{ride.inversions}</div>
|
||||||
<div className="text-sm text-muted-foreground">inversions</div>
|
<div className="text-sm text-muted-foreground">inversions</div>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
|
|||||||
Reference in New Issue
Block a user