feat : Ajout du bouton de lien de partage

pull/2848/head
B Kévin 2023-11-26 00:25:48 +01:00 committed by Johan Girod
parent 4b5e946eb9
commit 4620ae3a08
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import { Link } from '@/design-system/typography/link'
import { Body, Intro } from '@/design-system/typography/paragraphs'
import { batchUpdateSituation, updateSituation } from '@/store/actions/actions'
import { situationSelector } from '@/store/selectors/simulationSelectors'
import ShareOrSaveSimulationBanner from '@/components/ShareSimulationBanner'
export default function ISSimulation() {
return (
@ -154,6 +155,7 @@ function Explanations() {
>
<Trans>Montant de l'impôt sur les sociétés</Trans>
</Body>
<ShareOrSaveSimulationBanner share />
</ExplanationsContainer>
</FromTop>
)