Fix conditions map for openmeteo

This commit is contained in:
Michael Shamoon 2022-12-05 08:52:45 -08:00
parent 249c3eab8c
commit 656b818488
2 changed files with 213 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import mapIcon from "utils/weather/owm-condition-map";
import mapIcon from "utils/weather/openmeteo-condition-map";
export default function Icon({ condition, timeOfDay }) {
const IconComponent = mapIcon(condition, timeOfDay);