mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-03-13 03:55:04 +00:00
feat(économie-collaborative): ajout du guide Urssaf dans les ressources utiles
This commit is contained in:
parent
20f2a86db0
commit
5e1a883be5
1 changed files with 13 additions and 0 deletions
|
@ -77,6 +77,19 @@ export function NextSteps({ iframePath, nextSteps }: NextStepsProps) {
|
|||
</Grid>
|
||||
))}
|
||||
|
||||
{key === 'location-de-logement-meublé' && (
|
||||
<Grid item xs={12} sm={6} lg={4} role="listitem">
|
||||
<GuideURSSAFCard
|
||||
guideUrssaf={{
|
||||
url: 'https://www.urssaf.fr/accueil/services/economie-collaborative.html',
|
||||
title: 'Le guide Économie collaborative de l’Urssaf',
|
||||
description:
|
||||
'Retrouvez toutes les règles Urssaf pour l’économie collaborative.',
|
||||
}}
|
||||
/>
|
||||
</Grid>
|
||||
)}
|
||||
|
||||
{key === 'salarié' && (
|
||||
<Grid item xs={12} sm={6} lg={4} role="listitem">
|
||||
<CodeDuTravailNumeriqueCard />
|
||||
|
|
Loading…
Add table
Reference in a new issue