From 8c92fbf940382bfe8ba47b9119cde548e86963d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com>
Date: Mon, 30 Oct 2023 16:21:37 +0000
Subject: [PATCH] feat: add ecogesture selection link

---
 src/components/Newsletter/CustomLink.tsx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/components/Newsletter/CustomLink.tsx b/src/components/Newsletter/CustomLink.tsx
index 847c8da1..ec22c523 100644
--- a/src/components/Newsletter/CustomLink.tsx
+++ b/src/components/Newsletter/CustomLink.tsx
@@ -22,6 +22,10 @@ const CustomLink: React.FC<EcolyoLinkProps> = ({ onChange, editorState }) => {
       displayTitle: 'Astuces',
       link: 'ecogestures',
     },
+    {
+      displayTitle: 'Sélection des astuces',
+      link: 'ecogesture-selection',
+    },
     {
       displayTitle: 'Analyse',
       link: 'analysis',
-- 
GitLab