Spendenstand aktualisiert

This commit is contained in:
phil 2023-01-02 19:57:22 +01:00
parent 041889ee20
commit 190078a683

View file

@ -10,9 +10,9 @@ Die Werbefreiheit, unsere unkommerzielle Ausrichtung und damit verbundene Unabh
## Aktueller Spendenstand
{{< rawhtml >}}
<div class="progressbar" role="progressbar" aria-label="Aktueller Spendenstand" aria-valuenow="0" style="--progressbar-value: 0%;">
<div class="progressbar" role="progressbar" aria-label="Aktueller Spendenstand" aria-valuenow="5" style="--progressbar-value: 5%;">
<div class="progressbar-value"></div>
<span class="progressbar-label">0 €</span>
<span class="progressbar-label">200 €</span>
</div>
{{< /rawhtml >}}