Release #385

Merged
alexlebens merged 5 commits from main into release 2026-03-13 14:32:30 +00:00
Showing only changes of commit 54c82a7f79 - Show all commits

View File

@@ -20,7 +20,7 @@ const { forecastDays, error } = await getFiveDayForecast(latitude, longitude, ti
</div>
{error ? (
<div class="card-base p-10 text-accent text-center">
Sorry, {error.toLowerCase}
Sorry, {error.toLowerCase()}
</div>
) : (
<div class="flex flex-wrap justify-center gap-4 lg:gap-6">