From f05620ecfb16168c37bc7c7d01e94e3464ae100a Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 25 Mar 2019 18:44:00 +0100 Subject: [PATCH] :art: Transformation des avertissements simu indeps en carte --- source/components/SimulateurWarning.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/source/components/SimulateurWarning.js b/source/components/SimulateurWarning.js index 699aee671..ebfc3a4ae 100644 --- a/source/components/SimulateurWarning.js +++ b/source/components/SimulateurWarning.js @@ -12,9 +12,14 @@ export default function SimulateurWarning({ simulateur, autoFolded }) {

{emoji('🚩 ')} Outil en cours de développement - {folded && (plus d'info)} + {folded && ( + + )}

-
+
{!folded && (
  • réservé aux entreprises créées en 2019
  • @@ -40,7 +45,9 @@ export default function SimulateurWarning({ simulateur, autoFolded }) { {!folded && (
    - J'ai compris +
    )}