Adapt navigation to add simulator link

This commit is contained in:
2026-07-17 09:40:55 +02:00
parent 73ccac49d7
commit f7b94dd55a
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
{
"items": [
{
"text": "Accueil",
"url": "/",
"text": "Comprendre la CAE",
"url": "/comprendre-la-cae/",
"external": false
},
{
"text": "Comprendre la CAE",
"url": "/comprendre-la-cae/",
"text": "Simuler mes revenus",
"url": "/simulateur/",
"external": false
},
{
@@ -26,7 +26,7 @@
"external": false
},
{
"text": "FAQ / Nous contacter",
"text": "FAQ / Contact",
"url": "/faq+contact/",
"external": false
}
+1 -1
View File
@@ -16,7 +16,7 @@
}
> * + * {
margin-left: 2rem;
margin-left: 1.4rem;
}
}