feat: minor tweaks
All checks were successful
test-build / guarddog (push) Successful in 23s
renovate / renovate (push) Successful in 1m0s
test-build / build (push) Successful in 1m54s

This commit is contained in:
2026-03-09 23:10:40 -05:00
parent fa618b0524
commit d42ba08041
4 changed files with 4 additions and 4 deletions

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">
{error}
Sorry, {error.toLowerCase}
</div>
) : (
<div class="flex flex-wrap justify-center gap-4 lg:gap-6">