feat(weather-icons): rename weather to weather-ico
This commit is contained in:
parent
2257e1df0c
commit
a86a1a461c
25 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue