Skip to content

Commit

Permalink
fix(frontend): Moon HF
Browse files Browse the repository at this point in the history
  • Loading branch information
FleetAdmiralJakob committed Jan 8, 2024
1 parent d2cbca4 commit 0a9f2a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import {
WiMoonAltWaningCrescent2,
WiMoonAltWaningCrescent6,
WiMoonAltWaningGibbous2,
WiMoonAltWaxingCrescent1,
WiMoonAltWaxingCrescent2,
WiMoonAltWaxingGibbous2,
WiRaindrop,
Expand Down Expand Up @@ -914,7 +915,7 @@ const InternalHome = observer(() => {
(weatherData.data.moonPhaseCode === "807" &&
activeCity$.coord.lat.get() < 0) ? (
<>
<WiMoonAltNew className="h-24 w-24" />
<WiMoonAltWaxingCrescent1 className="h-24 w-24" />
{translationHome("moon phase waxing crescent")}
</>
) : (weatherData.data.moonPhaseCode === "802" &&
Expand Down

1 comment on commit 0a9f2a0

@vercel
Copy link

@vercel vercel bot commented on 0a9f2a0 Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.