mempool weather added

This commit is contained in:
HolgerHatGarKeineNode
2023-04-01 10:06:15 +02:00
parent 52da742d66
commit 4df2074477
2 changed files with 33 additions and 22 deletions

View File

@@ -32,9 +32,15 @@
Blockhöhe <span class="font-bold text-2xl ml-4" x-text="height && height.toLocaleString('de-DE')"></span>
</span>
</div>
<div class="text-md leading-6 text-gray-900 text-center max-w-screen-2xl">
{{ $weather }} (um {{ \App\Support\Carbon::parse($changed)->asTime() }} Uhr aktualisiert - stündlich)
</div>
@if(!empty($weather))
<div class="text-md leading-6 text-gray-900 text-center max-w-screen-2xl">
{{ $weather }} (um {{ \App\Support\Carbon::parse($changed)->asTime() }} Uhr aktualisiert - stündlich)
</div>
@else
<div class="text-md leading-6 text-gray-900 text-center max-w-screen-2xl">
Wetterdaten werden in Kürze wieder verfügbar sein. (OpenAI Quota exceeded)
</div>
@endif
<div
x-data="{
fastestFee: null,