diff --git a/site/source/components/PageData.tsx b/site/source/components/PageData.tsx index eb3136dec..575e9fb4c 100644 --- a/site/source/components/PageData.tsx +++ b/site/source/components/PageData.tsx @@ -12,7 +12,7 @@ import { Loader } from '@/design-system/icons/Loader' import { Spacing } from '@/design-system/layout' import { H1 } from '@/design-system/typography/heading' import { Body, Intro } from '@/design-system/typography/paragraphs' -import { DeepWriteable } from '@/pages/Simulateurs/cout-creation-entreprise/config' +import { DeepWriteable } from '@/pages/Simulateurs/cout-creation-entreprise/_config' import { situationSelector } from '@/selectors/simulationSelectors' import { TrackChapter } from '../ATInternetTracking' diff --git a/site/source/components/SimulateurWarning.tsx b/site/source/components/SimulateurWarning.tsx index 7f53c32e8..2c0d2474f 100644 --- a/site/source/components/SimulateurWarning.tsx +++ b/site/source/components/SimulateurWarning.tsx @@ -22,6 +22,8 @@ export default function SimulateurWarning({ .nodeValue?.toString() .slice(-4) as Evaluation | undefined + console.log(simulateur) + return ( )} + {simulateur === 'coût-création-entreprise' && ( + <> + + + Des frais de greffe peuvent être facturés en raison de documents + manquants ou incorrects. + + + + + Des frais de publication dans le Journal Officiel des Annonces + Légales (qui sont dépendent de la taille de l'annonce) peuvent + être requis lors de la création ou modification de votre + entreprise. + + + + )} ) diff --git a/site/source/pages/Simulateurs/cout-creation-entreprise/config.ts b/site/source/pages/Simulateurs/cout-creation-entreprise/_config.ts similarity index 97% rename from site/source/pages/Simulateurs/cout-creation-entreprise/config.ts rename to site/source/pages/Simulateurs/cout-creation-entreprise/_config.ts index 3b139e971..a0caf114d 100644 --- a/site/source/pages/Simulateurs/cout-creation-entreprise/config.ts +++ b/site/source/pages/Simulateurs/cout-creation-entreprise/_config.ts @@ -47,7 +47,7 @@ export const configCoûtCréationEntreprise = function < // 'unité par défaut': '€/mois', situation: {}, }, - lazyComponent: lazy(async () => await import('./CoutCreationEntreprise')), + lazyComponent: lazy(async () => await import('.')), // Remove this "as const" when we upgrade to typescript v5: } as const, diff --git a/site/source/pages/Simulateurs/cout-creation-entreprise/CoutCreationEntreprise.tsx b/site/source/pages/Simulateurs/cout-creation-entreprise/index.tsx similarity index 92% rename from site/source/pages/Simulateurs/cout-creation-entreprise/CoutCreationEntreprise.tsx rename to site/source/pages/Simulateurs/cout-creation-entreprise/index.tsx index 55501970f..78e236099 100644 --- a/site/source/pages/Simulateurs/cout-creation-entreprise/CoutCreationEntreprise.tsx +++ b/site/source/pages/Simulateurs/cout-creation-entreprise/index.tsx @@ -1,4 +1,5 @@ import { Condition } from '@/components/EngineValue' +import SimulateurWarning from '@/components/SimulateurWarning' import Simulation, { SimulationGoal, SimulationGoals, @@ -45,6 +46,7 @@ const CoutCreationEntreprise = () => { } > +