diff --git a/modele-social/règles/salarié.yaml b/modele-social/règles/salarié.yaml index 42e51c35a..e47d3e1e0 100644 --- a/modele-social/règles/salarié.yaml +++ b/modele-social/règles/salarié.yaml @@ -3738,8 +3738,7 @@ contrat salarié . lodeom . paramètre T: alors: 0.3254 note: La valeur du paramètre `T` dépend du taux FNAL. Une meilleur implémentation consiste à calculer ce paramètre comme une somme de taux. -contrat salarié . cotisations . assiette forfaitaire: - formule: non +contrat salarié . cotisations . assiette forfaitaire: non contrat salarié . cotisations . assiette forfaitaire . montant: titre: assiette forfaitaire de cotisations diff --git a/site/source/components/conversation/AnswerList.tsx b/site/source/components/conversation/AnswerList.tsx index 158c33f98..cfa112aa4 100644 --- a/site/source/components/conversation/AnswerList.tsx +++ b/site/source/components/conversation/AnswerList.tsx @@ -3,11 +3,12 @@ import { resetCompany } from '@/actions/companyActions' import Emoji from '@/components/utils/Emoji' import { useEngine } from '@/components/utils/EngineContext' import { useNextQuestions } from '@/components/utils/useNextQuestion' -import { PopoverWithTrigger } from '@/design-system' +import { Message, PopoverWithTrigger } from '@/design-system' import { Button } from '@/design-system/buttons' import { Spacing } from '@/design-system/layout' import { H2, H3 } from '@/design-system/typography/heading' import { Link } from '@/design-system/typography/link' +import { Body } from '@/design-system/typography/paragraphs' import { answeredQuestionsSelector, companySituationSelector, @@ -71,55 +72,62 @@ export default function AnswerList({ onClose, children }: AnswerListProps) { {!!answeredAndPassedQuestions.length && ( <> -