From 585b74e9823b901721f66cf6f792e33138641387 Mon Sep 17 00:00:00 2001
From: Alice Dahan
Date: Tue, 24 Sep 2024 13:00:32 +0200
Subject: [PATCH] feat: ajoute un avertissement pour le simulateur RGCP
---
site/source/components/SimulateurWarning.tsx | 43 ++++++++++++++++++++
site/source/locales/ui-en.yaml | 11 +++++
site/source/locales/ui-fr.yaml | 12 ++++++
3 files changed, 66 insertions(+)
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({
+
+ Ce simulateur est en cours de développement. Il
+ propose uniquement le calcul de la{' '}
+
+ RGCP
+ {' '}
+ à partir d'une rémunération mensuelle ou annuelle. Pour une
+ version complète, utilisez{' '}
+
+ le simulateur d'urssaf.fr.
+
+
+