diff --git a/site/source/components/SimulateurWarning.tsx b/site/source/components/SimulateurWarning.tsx index e46d329b8..41fe00e6b 100644 --- a/site/source/components/SimulateurWarning.tsx +++ b/site/source/components/SimulateurWarning.tsx @@ -3,7 +3,10 @@ import { Trans } from 'react-i18next' import { styled } from 'styled-components' import Warning from '@/components/ui/WarningBlock' +<<<<<<< HEAD import { Spacing } from '@/design-system/layout' +======= +>>>>>>> 19e8ace4a (feat: ajoute un avertissement pour le simulateur RGCP) import { Strong } from '@/design-system/typography' import { Link } from '@/design-system/typography/link' import { Li, Ul } from '@/design-system/typography/list' @@ -183,6 +186,46 @@ export default function SimulateurWarning({
+