From 6a430cc2b0a5c0dc86ffb70523c88c442d8e48b6 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 13 May 2024 10:22:12 +0200 Subject: [PATCH] updating with new block names --- includes/utilities.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/utilities.php b/includes/utilities.php index b434f57..bc34f1f 100644 --- a/includes/utilities.php +++ b/includes/utilities.php @@ -200,11 +200,11 @@ function build_page_chapter_index($blocks) 'title' => __("Homegrade vous aide", "homegrade-blocks__texte-fonctionnel"), ]); } - if ($block['blockName'] == 'homegrade-content-blocks/no-answers') { + if ($block['blockName'] == 'homegrade-content-blocks/partners-other-services') { array_push($chapterBlockIndex, [ 'block-type' => $block['blockName'], - 'anchor' => "#pas-de-reponses", - 'title' => __("Pas de réponse ?", "homegrade-blocks__texte-fonctionnel"), + 'anchor' => "#partenaires-autres-services", + 'title' => __("Partenaires & autres services", "homegrade-blocks__texte-fonctionnel"), ]); } if ($block['blockName'] == 'homegrade-content-blocks/plus-loin') {