v1.0.9: fix emoji rendering, Pizza label, auto payment methods

This commit is contained in:
Pepe Ziberi
2026-02-22 10:43:23 +01:00
parent 6b96f1ffb1
commit cb575f9a82
4 changed files with 4 additions and 5 deletions

View File

@@ -526,7 +526,7 @@ function SupportSection() {
{/* Tier preview */}
<div className="grid grid-cols-2 sm:grid-cols-4 gap-3 mb-8">
{[
{ emoji: '\u2615', label: 'Kaffee', amount: 'CHF 10' },
{ emoji: '\uD83C\uDF55', label: 'Pizza', amount: 'CHF 10' },
{ emoji: '\uD83D\uDDA5\uFE0F', label: 'Server', amount: 'CHF 20' },
{ emoji: '\uD83D\uDE80', label: 'Feature', amount: 'CHF 50' },
{ emoji: '\u2764\uFE0F', label: 'Freibetrag', amount: 'Frei' },