- {showFeedback && }
+ {showFeedback && (
+
+ )}
diff --git a/mon-entreprise/source/pages/Simulateurs/AidesEmbauche.tsx b/mon-entreprise/source/pages/Simulateurs/AidesEmbauche.tsx
index 421b44665..b53b3b198 100644
--- a/mon-entreprise/source/pages/Simulateurs/AidesEmbauche.tsx
+++ b/mon-entreprise/source/pages/Simulateurs/AidesEmbauche.tsx
@@ -1,6 +1,7 @@
import Conversation from 'Components/conversation/Conversation'
import { HiddenOptionContext } from 'Components/conversation/Question'
import Animate from 'Components/ui/animate'
+import Warning from 'Components/ui/WarningBlock'
import { ThemeColorsContext } from 'Components/utils/colors'
import Emoji from 'Components/utils/Emoji'
import { useEngine } from 'Components/utils/EngineContext'
@@ -8,7 +9,6 @@ import { SitePathsContext } from 'Components/utils/SitePathsContext'
import { useSimulationProgress } from 'Components/utils/useNextQuestion'
import { useParamsFromSituation } from 'Components/utils/useSearchParamsSimulationSharing'
import useSimulationConfig from 'Components/utils/useSimulationConfig'
-import Warning from 'Components/ui/WarningBlock'
import { DottedName } from 'modele-social'
import Engine, { formatValue } from 'publicodes'
import { partition } from 'ramda'
@@ -17,6 +17,7 @@ import { Trans, useTranslation } from 'react-i18next'
import { Link } from 'react-router-dom'
import { SimulationConfig, Situation } from 'Reducers/rootReducer'
import styled from 'styled-components'
+import { TrackPage } from '../../ATInternetTracking'
type AideDescriptor = {
title: string
@@ -219,6 +220,7 @@ function Results() {
return progress === 0 ? (
<>
+
Les aides
diff --git a/netlify.toml b/netlify.toml
index 952f78810..21d3bde84 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -42,7 +42,7 @@
from="/s%C3%A9curit%C3%A9-sociale/auto-entrepreneur"
to="/simulateurs/auto-entrepreneur"
status = 301
-
+
# FR | sécurité-social/salarié -> simulateurs/salaire-brut-net
[[redirects]]
from="/s%C3%A9curit%C3%A9-sociale/salari%C3%A9"
@@ -123,7 +123,7 @@
status = 200
-# Publicode
+# Publicode
[[redirects]]
from = "https://publi.codes/*"
to = "/publicodes.html"
@@ -166,7 +166,7 @@
-# Mon-entreprise.fr
+# Mon-entreprise.fr
[[redirects]]
from = "https://mon-entreprise.fr/robots.txt"
to = "/robots.infrance.txt"
@@ -257,9 +257,7 @@
[context.production.environment]
EN_SITE = "https://mycompanyinfrance.fr${path}"
FR_SITE = "https://mon-entreprise.fr${path}"
- AT_INTERNET_SITE_ID = "617189"
- # Todo replace with prod env when sure about the metrics
- # AT_INTERNET_SITE_ID = 617190
+ AT_INTERNET_SITE_ID = "617190"
[context."demo".environment]
EN_SITE = "https://demo.mon-entreprise.fr${path}?s=m"
@@ -267,4 +265,4 @@
[context."next".environment]
EN_SITE = "https://next.mon-entreprise.fr${path}?s=m"
- FR_SITE = "https://next.mon-entreprise.fr${path}"
\ No newline at end of file
+ FR_SITE = "https://next.mon-entreprise.fr${path}"