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