diff --git a/app/components/WeatherDisplay.tsx b/app/components/WeatherDisplay.tsx index c6e3415..33e8b7a 100644 --- a/app/components/WeatherDisplay.tsx +++ b/app/components/WeatherDisplay.tsx @@ -47,7 +47,7 @@ function WeatherIcon({ description, isDay, className = "w-16 h-16 md:w-20 md:h-2 } -export function WeatherDisplay2(){ +export function WeatherDisplay(){ const {currentWeather} = useWeatherStore(); if(!currentWeather) return null; @@ -82,7 +82,7 @@ export function WeatherDisplay2(){ {currentWeather.current.weather_descriptions[0]}

- + 体感{formatTemperature(currentWeather.current.feelslike)}°C