Skip to content

Commit

Permalink
path bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
th3alexdev committed May 11, 2023
1 parent 2b9e5a9 commit 540bec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/WeatherDashboard/WeatherDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@ function WeatherDashboard({ weather, showData, loadingData, degreeType, unsplash
<div key={key} className="fc-card" role="listitem" aria-label={`Forecast for ${nextDays[key].long}`}>
<h2 className="title fc-card__title">{ nextDays[key].short }</h2>
<img
<<<<<<< Updated upstream
src={`/weather-app/weather/${card.weather[0].icon}.png`}
=======
src={`/weather/${card.weather[0].icon}.png`}
>>>>>>> Stashed changes
className="img fc-card__img"
alt={`Icon for ${card.weather[0].description}`}
/>
Expand Down

0 comments on commit 540bec3

Please sign in to comment.