mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-10 15:05:01 +00:00
parent
0625d4b252
commit
4d5e672600
6 changed files with 0 additions and 6 deletions
|
@ -19,7 +19,6 @@ export function choixStatutJuridiqueConfig({
|
|||
path: sitePaths.assistants['choix-du-statut'].index,
|
||||
iframePath: 'choix-statut-juridique',
|
||||
icône: '💡',
|
||||
beta: true,
|
||||
tracking: {
|
||||
chapter1: 'assistant',
|
||||
chapter2: 'choix_du_statut',
|
||||
|
|
|
@ -6,7 +6,6 @@ import { configChômagePartiel } from './simulationConfig'
|
|||
|
||||
export function chômagePartielConfig({ t, sitePaths }: SimulatorsDataParams) {
|
||||
return config({
|
||||
beta: true,
|
||||
id: 'chômage-partiel',
|
||||
path: sitePaths.simulateurs['chômage-partiel'],
|
||||
tracking: 'chomage_partiel',
|
||||
|
|
|
@ -17,7 +17,6 @@ export function comparaisonStatutsConfig({
|
|||
'pages.simulateurs.comparaison.title',
|
||||
'Comparateur de statut juridique'
|
||||
),
|
||||
beta: true,
|
||||
meta: {
|
||||
description: t(
|
||||
'pages.simulateurs.comparaison.meta.description',
|
||||
|
|
|
@ -8,7 +8,6 @@ export function coûtCréationEntrepriseConfig({
|
|||
}: SimulatorsDataParams) {
|
||||
return config({
|
||||
id: 'coût-création-entreprise',
|
||||
beta: true,
|
||||
path: sitePaths.simulateurs['coût-création-entreprise'],
|
||||
iframePath: 'cout-creation-entreprise',
|
||||
icône: '✨',
|
||||
|
|
|
@ -24,7 +24,6 @@ export function dividendesConfig({ t, sitePaths }: SimulatorsDataParams) {
|
|||
'Simulateur de versement de dividendes'
|
||||
),
|
||||
nextSteps: ['salarié', 'is', 'comparaison-statuts'],
|
||||
beta: true,
|
||||
path: sitePaths.simulateurs.dividendes,
|
||||
simulation: configDividendes,
|
||||
component: DividendesSimulation,
|
||||
|
|
|
@ -6,7 +6,6 @@ import ISSimulationConfig from './simulationConfig'
|
|||
export function impôtSociétéConfig({ t, sitePaths }: SimulatorsDataParams) {
|
||||
return config({
|
||||
id: 'is',
|
||||
beta: true,
|
||||
icône: '🗓',
|
||||
tracking: 'impot-societe',
|
||||
pathId: 'simulateurs.is',
|
||||
|
|
Loading…
Add table
Reference in a new issue