Fix 'de' and 'en' notices links to post

This commit is contained in:
Wolfgang Huß 2025-11-06 14:39:48 +01:00
parent 1f38267c1f
commit 78de6c3826

View File

@ -185,7 +185,7 @@ export default hopeTheme({
title: "Crowdfunding 🪄✨",
content: "Lass uns angepinnte Beiträge in Gruppen haben. Mach mit bei unserem ersten Crowdfunding!",
actions: [
{ text: "Mehr lesen", link: "/de/news/2025-09-29-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" },
{ text: "Mehr lesen", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" },
{ text: "Nein danke" }
],
showOnce: true, // dont re-show after its closed
@ -198,7 +198,7 @@ export default hopeTheme({
title: "Crowdfunding 🪄✨",
content: "Let's have pinned posts in groups. Join our first crowdfunding!",
actions: [
{ text: "Read more", link: "/en/news/2025-09-29-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" },
{ text: "Read more", link: "/de/news/2025-11-05-crowdfunding-feature-pinned-posts-in-groups/", type: "primary" },
{ text: "No, thanks" }
],
showOnce: true, // dont re-show after its closed