diff --git a/assets/js/components/DayTabs.js b/assets/js/components/DayTabs.js index 702ea63..1505526 100644 --- a/assets/js/components/DayTabs.js +++ b/assets/js/components/DayTabs.js @@ -313,7 +313,7 @@ export function DayTabs({ // the same cutoffs are re-projected onto the pet scale so the // "hot hue" / "plain cold" branches kick in at the same relative // point in each band, not the same absolute degree. - const isHot = dayHi !== null && dayHi >= (isPetsProfile ? 35 : 29); // Hot band and above + const isHot = dayHi !== null && dayHi >= (isPetsProfile ? 35 : 27); // Hot band and above const isDanger = tBand.solid === true; // Home/indoor/vehicle tabs show a modelled temperature, not the