Add donation note for political beauty and bump version to v0.1.4.10

This commit is contained in:
Hördle Bot
2025-12-02 14:42:46 +01:00
parent 19706abacb
commit e60daa511b
4 changed files with 18 additions and 2 deletions

View File

@@ -70,6 +70,20 @@ export default async function AboutPage({ params }: AboutPageProps) {
{t("costsTitle")}
</h2>
<p style={{ marginBottom: "0.5rem" }}>{t("costsIntro")}</p>
<p style={{ marginBottom: "0.5rem" }}>
{t.rich("costsDonationNote", {
link: (chunks) => (
<a
href="https://politicalbeauty.de/ueber-das-ZPS.html"
target="_blank"
rel="noopener noreferrer"
style={{ textDecoration: "underline" }}
>
{chunks}
</a>
),
})}
</p>
<ul
style={{
marginLeft: "1.25rem",