feat: add fallback
All checks were successful
renovate / renovate (push) Successful in 49s
test-build / guarddog (push) Successful in 1m2s
test-build / build (push) Successful in 2m15s

This commit is contained in:
2026-03-15 22:44:07 -05:00
parent dfeb181a1d
commit 220c29f4f7

View File

@@ -67,7 +67,13 @@ const recentPosts = posts
longitude={weather.longitude}
cityName={weather.location}
timezone={weather.timezone}
/>
>
<div slot="fallback" class="flex items-center justify-center py-10 lg:py-14">
<p class="smooth-reveal card-text-header block">
Loading weather...
</p>
</div>
</WeatherSection>
<GiteaSection
title="Follow me on Gitea"