Skip to content

Commit

Permalink
ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmeeeee committed Dec 17, 2024
1 parent 18db906 commit af01c1e
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 4 deletions.
Binary file modified frontend/public/icons/Est.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/icons/Nord-Est.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/icons/Nord-Ouest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/icons/Nord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/icons/Ouest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/icons/Sud-Est.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/icons/Sud-Ouest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/icons/Sud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 0 additions & 4 deletions frontend/src/WeatherCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ const WeatherCard = ({ data }) => {
<img
src={data?.meteo?.wind ? `../public/icons/${data.meteo.wind}.png` : "#"}
alt={data?.meteo?.wind ? data.meteo.wind : "Image non disponible"}
style={{
clipPath: "inset(0px 0px 20px 0px)",
objectFit: "cover"
}}
/>
<span>{data?.meteo?.wind ?? "Non disponible"}</span>
</div>
Expand Down

0 comments on commit af01c1e

Please sign in to comment.