From 5ac788dd59dba16117d46b3ba5b17878f7a5fb0a Mon Sep 17 00:00:00 2001 From: lucieo Date: Fri, 1 Mar 2024 18:01:40 +0100 Subject: [PATCH] Add extra link to footer nav --- .../documentation/1.0.0/full_documentation.json | 2 +- web/components/FooterMenu.tsx | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/back/extensions/documentation/documentation/1.0.0/full_documentation.json b/back/extensions/documentation/documentation/1.0.0/full_documentation.json index c90dfba..1ae8bbf 100644 --- a/back/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/back/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "03/01/2024 1:43:19 PM" + "x-generation-date": "03/01/2024 5:58:22 PM" }, "x-strapi-config": { "path": "/documentation", diff --git a/web/components/FooterMenu.tsx b/web/components/FooterMenu.tsx index f3d9181..01ff15d 100644 --- a/web/components/FooterMenu.tsx +++ b/web/components/FooterMenu.tsx @@ -34,10 +34,17 @@ const FooterMenu = () => { + {currentCampaign?.article_link && ( + + )} + {!loading && !session && (