content: modifie le wording de la page budget
parent
5e5a60b47f
commit
68745b9386
|
@ -1,13 +1,6 @@
|
|||
{
|
||||
"spellright.language": [
|
||||
"fr",
|
||||
"en"
|
||||
],
|
||||
"spellright.documentTypes": [
|
||||
"yaml",
|
||||
"git-commit",
|
||||
"markdown"
|
||||
],
|
||||
"spellright.language": ["fr", "en"],
|
||||
"spellright.documentTypes": ["yaml", "git-commit", "markdown"],
|
||||
"typescript.tsdk": "node_modules/typescript/lib",
|
||||
"editor.tabSize": 2,
|
||||
"cSpell.words": ["mycompanyinfrance", "smarttag"],
|
||||
|
@ -19,5 +12,6 @@
|
|||
"editor.formatOnSave": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
},
|
||||
"githubPullRequests.ignoredPullRequestBranches": ["master"]
|
||||
}
|
||||
|
|
|
@ -11,7 +11,6 @@ import { useDarkMode } from '@/hooks/useDarkMode'
|
|||
import { useGetFullURL } from '@/hooks/useGetFullURL'
|
||||
import { useSitePaths } from '@/sitePaths'
|
||||
|
||||
import { BadNews } from '../BadNews'
|
||||
import { Appear } from '../ui/animate'
|
||||
import BrowserOnly from '../utils/BrowserOnly'
|
||||
import { Menu } from './Menu'
|
||||
|
|
|
@ -65,8 +65,7 @@ En complément du financement apporté par l’Urssaf, le projet bénéficie du
|
|||
|
||||
---
|
||||
|
||||
En 2023, le financement complémentaire apporté par le programme [France Relance](https://france-relance.transformation.gouv.fr/) prend fin. Par ailleurs, l'Urssaf réduit sa participation à 250 k€ TTC. Le budget est donc en très nette baisse, le plus faible depuis la création du produit.
|
||||
|
||||
En 2023, le financement complémentaire apporté par le programme [France Relance](https://france-relance.transformation.gouv.fr/) prend fin. Le budget total est en baisse : c'est le plus faible depuis la création du produit en 2019.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { BadNews } from '@/components/BadNews'
|
||||
import FeedbackButton from '@/components/Feedback'
|
||||
import Privacy from '@/components/layout/Footer/Privacy'
|
||||
import { Spacing } from '@/design-system/layout'
|
||||
|
|
Loading…
Reference in New Issue