Skip to content

Commit

Permalink
fix: update titles
Browse files Browse the repository at this point in the history
  • Loading branch information
BettyB979 authored and nicolasTurban committed Sep 13, 2024
1 parent 0d9d05f commit 4457fa4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colempub",
"version": "1.0.10",
"version": "1.0.11",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Les enquêtes de l'Insee auprès des particuliers</title>
<title>Répondre à une enquête de la statistique publique</title>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ class App extends Component {
return (
<>
<Helmet htmlAttributes={{ lang: 'fr' }}>
<title>{`Répondre à une enquête internet de l’Insee`}</title>
<title>{`Répondre à une enquête de la statistique publique`}</title>
<meta
name="description"
content={`Sélectionnez votre enquête sur le portail de l’Institut national de la statistique et des études économiques`}
content={`Sélectionnez votre enquête sur le portail de la statistique publique`}
/>
</Helmet>

Expand Down

0 comments on commit 4457fa4

Please sign in to comment.