diff --git a/src/components/weather/WeatherCard.tsx b/src/components/weather/WeatherCard.tsx index c90cb44..f17585e 100644 --- a/src/components/weather/WeatherCard.tsx +++ b/src/components/weather/WeatherCard.tsx @@ -48,12 +48,12 @@ function EvolutionIndicator({ if (direction === null) return null; if (direction === 'up') { - return ↑; + return ↑; } if (direction === 'down') { - return ↓; + return ↓; } - return →; + return →; } export function WeatherCard({ sessionId, currentUserId, entry, canEdit, previousEntry }: WeatherCardProps) { @@ -143,7 +143,7 @@ export function WeatherCard({ sessionId, currentUserId, entry, canEdit, previous {/* Performance */} -