About: SEPA entfernen, PayPal als bevorzugte Spendenoption

Die Banküberweisung wird auf der About-Seite nicht mehr angeboten; PayPal übernimmt die Kennzeichnung als bevorzugte Zahlungsmethode.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Hördle Bot
2026-06-11 09:05:48 +02:00
parent f5cb542bba
commit 54325851f5
3 changed files with 2 additions and 33 deletions
-25
View File
@@ -134,31 +134,6 @@ export default async function AboutPage({ params }: AboutPageProps) {
marginBottom: "1rem",
}}
>
<div
style={{
padding: "1rem",
border: "1px solid #e5e7eb",
borderRadius: "0.5rem",
backgroundColor: "#f9fafb",
}}
>
<h3
style={{
fontSize: "1.125rem",
fontWeight: "600",
marginBottom: "0.5rem",
}}
>
{t("supportSepaTitle")}
</h3>
<p style={{ marginBottom: "0.25rem" }}>
<strong>{t("supportSepaName")}</strong>
</p>
<p style={{ marginBottom: 0, fontFamily: "monospace" }}>
{t("supportSepaIban")}
</p>
</div>
<div
style={{
padding: "1rem",