diff --git a/src/routes/weather/week/[location]/DailyStripSticky.svelte b/src/routes/weather/week/[location]/DailyStripSticky.svelte index c2c335c..704f5d8 100644 --- a/src/routes/weather/week/[location]/DailyStripSticky.svelte +++ b/src/routes/weather/week/[location]/DailyStripSticky.svelte @@ -205,13 +205,18 @@ {@const maxStyle = getTempStyle(tempMax, String(units.temperature_unit))} {@const lowPrecip = !precipIsSignificant(precipSum, String(units.precipitation_unit))} {@const lowWind = !windIsSignificant(windMax, gustMax, String(units.wind_speed_unit))} + {@const relLabel = getRelativeDayLabel(time, daily.timezone)} + {@const isToday = relLabel === 'Today'} {#if tempMax != null && !isNaN(tempMax) && !(tempMax === 0 && tempMin === 0)}