This commit is contained in:
madarsbiss
2021-07-17 13:25:28 +03:00
parent 4467babc3a
commit c81443eff7
55 changed files with 19 additions and 37 deletions

View File

@@ -29,7 +29,7 @@ export default function Home() {
<p>{weatherData.weather[0].description}</p>
<Image
alt="weatherIcon"
src={`/icons/002-sunny.svg`}
src={`/icons/${weatherData.weather[0].icon}.svg`}
height="300px"
width="300px"
/>