madzadev/weather-app

sunrise am/pm using sunset

Closed this issue · 1 comments

I don't know how to do a pull request on a repo that is not mine
on line 49 of Metrics.jsx
unit={getAMPM(systemUsed, data.sys.sunset, data.timezone)}
should be
unit={getAMPM(systemUsed, data.sys.sunrise, data.timezone)}

Thanks a lot for looking into the codebase and contributing! 😉
I've fixed the line you noted! On how to make a pull request, you can check out the docs 📃