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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user