Merge branch 'benphelps:main' into kubernetes

This commit is contained in:
James Wynn 2022-11-18 18:02:53 -06:00 committed by GitHub
commit 1ca61114ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 1855 additions and 436 deletions

View file

@ -54,7 +54,7 @@ function Widget({ options }) {
<div className="hidden sm:flex flex-col items-center">
<Icon
condition={data.weather[0].id}
timeOfDay={data.dt > data.sys.sunrise && data.dt < data.sys.sundown ? "day" : "night"}
timeOfDay={data.dt > data.sys.sunrise && data.dt < data.sys.sunset ? "day" : "night"}
/>
</div>
<div className="flex flex-col ml-3 text-left">