diff --git a/mon-entreprise/source/components/Feedback/LinkToForm.tsx b/mon-entreprise/source/components/Feedback/LinkToForm.tsx
deleted file mode 100644
index 92b3aa667..000000000
--- a/mon-entreprise/source/components/Feedback/LinkToForm.tsx
+++ /dev/null
@@ -1,25 +0,0 @@
-// Envie de donner un coup de pouce ? Répondez à notre sondage sur le simulateur.
-export default function LinkToForm() {
- const hostname = new URL(
- new URLSearchParams(document.location.search).get('integratorUrl') ||
- document.referrer ||
- document.location.origin
- ).hostname.replace(/^www\.|^m\./, '')
- return (
-
- )
-}
diff --git a/mon-entreprise/source/components/Simulation.tsx b/mon-entreprise/source/components/Simulation.tsx
index a3ebe60dd..d49e7b8c0 100644
--- a/mon-entreprise/source/components/Simulation.tsx
+++ b/mon-entreprise/source/components/Simulation.tsx
@@ -13,7 +13,6 @@ import React from 'react'
import { Trans } from 'react-i18next'
import { useSelector } from 'react-redux'
import { firstStepCompletedSelector } from 'Selectors/simulationSelectors'
-import LinkToForm from './Feedback/LinkToForm'
import useSearchParamsSimulationSharing from 'Components/utils/useSearchParamsSimulationSharing'
import ShareSimulationBanner from 'Components/ShareSimulationBanner'
@@ -22,14 +21,12 @@ type SimulationProps = {
results?: React.ReactNode
customEndMessages?: ConversationProps['customEndMessages']
showPeriodSwitch?: boolean
- showLinkToForm?: boolean
}
export default function Simulation({
explanations,
results,
customEndMessages,
- showLinkToForm,
showPeriodSwitch,
}: SimulationProps) {
const firstStepCompleted = useSelector(firstStepCompletedSelector)
@@ -45,18 +42,15 @@ export default function Simulation({
- {showLinkToForm && }
- {!showLinkToForm && (
-
- Êtes-vous satisfait de ce simulateur ?
-
- }
- customEventName="rate simulator"
- />
- )}{' '}
- {explanations}
+
+ Êtes-vous satisfait de ce simulateur ?
+
+ }
+ customEventName="rate simulator"
+ />
+ ){explanations}
)}
>
diff --git a/mon-entreprise/source/pages/Simulateurs/SalariéSimulation.tsx b/mon-entreprise/source/pages/Simulateurs/SalariéSimulation.tsx
index 0031ffae1..b0e9b0f2f 100644
--- a/mon-entreprise/source/pages/Simulateurs/SalariéSimulation.tsx
+++ b/mon-entreprise/source/pages/Simulateurs/SalariéSimulation.tsx
@@ -16,7 +16,6 @@ export default function SalariéSimulation() {
<>
}
- showLinkToForm={language === 'fr'}
customEndMessages={
<>