Skip to content

Commit

Permalink
feat : Ajout du bouton de lien de partage
Browse files Browse the repository at this point in the history
  • Loading branch information
allinchico authored and johangirod committed Dec 15, 2023
1 parent 4b5e946 commit 28b0905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/source/pages/simulateurs/impot-societe/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -154,6 +155,7 @@ function Explanations() {
>
<Trans>Montant de l'impôt sur les sociétés</Trans>
</Body>
<ShareOrSaveSimulationBanner share />
</ExplanationsContainer>
</FromTop>
)
Expand Down

0 comments on commit 28b0905

Please sign in to comment.