content: modifie le wording de la page budget

pull/2833/head
Johan Girod 2023-11-17 13:15:19 +01:00
parent 5e5a60b47f
commit 68745b9386
No known key found for this signature in database
GPG Key ID: B1240EA7FBDBA6AE
4 changed files with 5 additions and 14 deletions

14
.vscode/settings.json vendored
View File

@ -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"]
}

View File

@ -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'

View File

@ -65,8 +65,7 @@ En complément du financement apporté par lUrssaf, 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.
---

View File

@ -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'