From c0632b2fe4537e9416171f4f41c652c355485c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 4 Mar 2026 16:17:01 +0100 Subject: [PATCH] Set crowdfunding notifications for ES, FR to the now existing pages --- docs/.vuepress/config/theme.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/.vuepress/config/theme.js b/docs/.vuepress/config/theme.js index 770d0fd..a563b3d 100644 --- a/docs/.vuepress/config/theme.js +++ b/docs/.vuepress/config/theme.js @@ -211,8 +211,7 @@ export default hopeTheme({ title: "Financiación colectiva 🪄✨", content: "Creemos salas de chat para grupos. ¡Únete a nuestra campaña de crowdfunding!", actions: [ - // { text: "Leer más", link: "/es/news/2026-03-03-crowdfunding-feature-chat-for-groups/", type: "primary" }, - { text: "Leer más", link: "/en/news/2026-03-03-crowdfunding-feature-chat-for-groups/", type: "primary" }, + { text: "Leer más", link: "/es/news/2026-03-03-crowdfunding-feature-chat-for-groups/", type: "primary" }, { text: "No, gracias" } ], showOnce: true, // don’t re-show after it’s closed @@ -225,8 +224,7 @@ export default hopeTheme({ title: "Financement participatif 🪄✨", content: "Créons des salons de discussion pour les groupes. Participez à notre financement participatif !", actions: [ - // { text: "En savoir plus", link: "/fr/news/2026-03-03-crowdfunding-feature-chat-for-groups/", type: "primary" }, - { text: "En savoir plus", link: "/en/news/2026-03-03-crowdfunding-feature-chat-for-groups/", type: "primary" }, + { text: "En savoir plus", link: "/fr/news/2026-03-03-crowdfunding-feature-chat-for-groups/", type: "primary" }, { text: "Non, merci" } ], showOnce: true, // don’t re-show after it’s closed