Skip to content
Snippets Groups Projects
Commit 59a4d650 authored by Toufic Batache's avatar Toufic Batache
Browse files

Move "/welcome" to "/accueil"

parent 410b7ec8
Branches
Tags
1 merge request!210Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
......@@ -4,7 +4,7 @@ export interface NavbarConfig {
}
export function getNavbarConfig(pageId: string): NavbarConfig {
if (pageId === "/welcome" || pageId === "/fonctionnement") {
if (pageId === "/accueil" || pageId === "/fonctionnement") {
return {
position: "fixed",
showSearch: false,
......
File moved
......@@ -32,7 +32,7 @@
<div class="flex justify-between mb-5">
<a
class="link-uppercase text-neutral-500 font-sans text-sm"
href="/welcome"
href="/accueil"
>
<iconify-icon
class="mr-1 align-[-0.25rem] text-xl"
......@@ -138,7 +138,7 @@
c'est-à-dire les cotisations, les impôts et les aides qui concernent ces ménages
types.<a
class="link-text text-neutral-600 font-sans mt-2 mx-1"
href="/welcome#dispositif-couverts"
href="/accueil#dispositif-couverts"
>
Voir les {withLinkedVariableNames.length} dispositifs disponibles<iconify-icon
class=" align-[-0.3rem] text-xl"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment