From 51ff63888f0bc944491423be626c40e6cf8fab75 Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Jul 2023 08:24:17 +0000 Subject: [PATCH] =?UTF-8?q?Update=20Settings=20=E2=80=9Cnav=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/_data/nav.json | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/_data/nav.json b/src/_data/nav.json index fabff7c..6411bbb 100644 --- a/src/_data/nav.json +++ b/src/_data/nav.json @@ -1,16 +1,12 @@ { - "items": [ - { - "text": "Accueil", - "url": "/" - }, - { - "text": "Recettes", - "url": "/recipes/" - }, - { - "text": "À propos", - "url": "/about/" - } - ] + "items": [ + { + "text": "Accueil", + "url": "/" + }, + { + "text": "Recettes", + "url": "/recipes/" + } + ] } \ No newline at end of file