From d22c68f3bf1ddbad21d6a93116c45e864e9d1efb Mon Sep 17 00:00:00 2001 From: Guillaume Fay Date: Thu, 30 Nov 2023 14:18:14 +0100 Subject: [PATCH] fix: quick links add documentation instead of blog --- components/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/header.js b/components/header.js index ba5bc9415..2aba06f60 100644 --- a/components/header.js +++ b/components/header.js @@ -4,7 +4,7 @@ import {Header as HeaderDsfr} from '@codegouvfr/react-dsfr/Header' const quickLinks = [ {icon: 'ri-tools-fill', text: 'Outils et API', href: '/outils'}, - {icon: 'ri-quill-pen-fill', text: 'Blog et témoignages', href: '/blog'}, + {icon: 'ri-quill-pen-fill', text: 'Documentation', href: '/ressources'}, {icon: 'ri-discuss-fill', text: 'Nous contacter', href: '/nous-contacter'}, ]