From 56c08f7c8f54498d09badeebc287b3df99f9e664 Mon Sep 17 00:00:00 2001 From: qiuchenfan <2035024011@qq.com> Date: Mon, 17 Nov 2025 19:29:17 +0800 Subject: [PATCH] 1115 --- app/components/WeatherDisplay.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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]}