Skip to content

Commit

Permalink
fix - light update on root page title
Browse files Browse the repository at this point in the history
  • Loading branch information
EricThuaud authored Feb 28, 2024
1 parent 9d72c50 commit f0abcee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1",
"version": "1.0.2",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^3.3.7",
Expand Down
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class App extends Component {
return (
<>
<Helmet htmlAttributes={{ lang: 'fr' }}>
<title>{`Répondre à une enquête internet de l’Insee auprès des particuliers`}</title>
<title>{`Répondre à une enquête internet de l’Insee`}</title>
<meta
name="description"
content={`Sélectionnez votre enquête sur le portail de l’Institut national de la statistique et des études économiques`}
Expand Down
2 changes: 1 addition & 1 deletion src/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import SurveyItem from 'components/template/survey-item';

const Home = () => (
<div id="main">
<Banner title={`Portail de réponse aux enquêtes de l'Insee\r\n auprès des particuliers`} />
<Banner title={`Portail de réponse aux enquêtes de la statistique publique`} />

<div className="row">
<div className="col-md-12 text-justify">
Expand Down

0 comments on commit f0abcee

Please sign in to comment.