1
0
Fork 0
mirror of https://github.com/TheThomaas/my-online-cookbook.git synced 2026-01-10 20:01:47 +00:00

Update Settings “nav”

This commit is contained in:
Thomas 2023-07-08 08:24:17 +00:00
parent 524c8c06c0
commit 51ff63888f

View file

@ -1,16 +1,12 @@
{ {
"items": [ "items": [
{ {
"text": "Accueil", "text": "Accueil",
"url": "/" "url": "/"
}, },
{ {
"text": "Recettes", "text": "Recettes",
"url": "/recipes/" "url": "/recipes/"
}, }
{ ]
"text": "À propos",
"url": "/about/"
}
]
} }