feat(weather-icons): rename weather to weather-ico

This commit is contained in:
ItzCrazyKns
2025-05-30 09:24:54 +05:30
parent 2257e1df0c
commit a86a1a461c
25 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ const WeatherWidget = () => {
<>
<div className="flex flex-col items-center justify-center w-16 min-w-16 max-w-16 h-full">
<img
src={`/weather/${data.icon}.svg`}
src={`/weather-ico/${data.icon}.svg`}
alt={data.condition}
className="h-10 w-auto"
/>