diff --git a/src/components/cards/WeatherCard.astro b/src/components/cards/WeatherCard.astro index c48d61e..1369255 100644 --- a/src/components/cards/WeatherCard.astro +++ b/src/components/cards/WeatherCard.astro @@ -10,7 +10,7 @@ const { dayName, label, icon, temp } = Astro.props; ---