Skip to content

Commit

Permalink
Merge pull request #6 from SocialGouv/reword
Browse files Browse the repository at this point in the history
fix: wordings
  • Loading branch information
Julien Bouquillon authored Nov 24, 2020
2 parents b9ba23e + f8d8fda commit 2550ec7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function Pourquoi() {
<section id="pourquoi">
<div className="container">
<div className="section-heading text-center">
<SectionTitle>Pourquoi mon suivi psy?</SectionTitle>
<SectionTitle>Pourquoi mon suivi psy ?</SectionTitle>
<br />
<br />
<Col xs={{ span: 10, offset: 1 }}>
Expand All @@ -59,7 +59,7 @@ function Pourquoi() {
<strong>
Plus les informations concernant mes symptômes sont proches de
la réalité, de ce que je vis, plus mon médecin sera en mesure de
me prescrire le bon traitement et adapter au mieux mon suivi.
me prescrire le bon traitement et d'adapter au mieux mon suivi.
</strong>{" "}
</p>
</Col>
Expand All @@ -81,7 +81,7 @@ function Pourquoi() {
<Col xs={{ span: 10, offset: 1 }}>
<FeatureRow title="Sécurité des données" image="/img/icon-eu.png">
La personne reste propriétaire de ses données et ne les partage
avec son praticien que s’il le souhaite
avec son praticien que si elle le souhaite
</FeatureRow>
</Col>
</Row>
Expand All @@ -100,13 +100,13 @@ function Comment() {
<div className="container">
<div className="section-heading text-center">
<SectionTitle style={{ fontSize: "2.5em" }}>
Comment cela fonctionne?
Comment ce service fonctionne ?
</SectionTitle>
<br />
<Col xs={{ span: 10, offset: 1 }}>
<BlueText>
<strong>
Mon Suivi Psy, c’est une aide pour un dialogue avec le
Mon suivi psy, c’est une aide, pour un dialogue avec le
praticien, qui s’adresse à tous.
</strong>{" "}
</BlueText>
Expand All @@ -122,7 +122,7 @@ function Comment() {
imageSpan={4}
>
La possibilité de sélectionner les symptômes et les effets
indésirables des traitements médicamenteux que je souhaite suivre
indésirables des traitements médicamenteux, que je souhaite suivre
<br />
<div className="text-muted">
Fonctionnalité non disponible en V1
Expand Down Expand Up @@ -187,7 +187,7 @@ function Qui() {
<br />
<div className="section-heading text-center">
<SectionTitle style={{ fontSize: "2.5em" }}>
Qui sommes-nous?
Qui sommes-nous ?
</SectionTitle>
<br />
<Col xs={{ span: 10, offset: 1 }}>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function Map() {
</MapContainer>
</Col>
<Col sm={6}>
<h5>Centre Hospitalier Barthélémy Durand</h5>
<h5>Établissement Public de Santé Barthélémy Durand</h5>
2 Route de Longpont, 91700 Sainte-Geneviève-des-Bois
<br />
<br />
Expand Down
6 changes: 3 additions & 3 deletions src/components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export function Nav() {
className="justify-content-end"
>
<BSNav>
<NavLink href="/#pourquoi">Pourquoi mon suivi psy?</NavLink>
<NavLink href="/#comment">Comment cela fonctionne</NavLink>
<NavLink href="/#qui">Qui sommes-nous?</NavLink>
<NavLink href="/#pourquoi">Pourquoi mon suivi psy ?</NavLink>
<NavLink href="/#comment">Comment ce service fonctionne ?</NavLink>
<NavLink href="/#qui">Qui sommes-nous ?</NavLink>
<NavLink href="/#contact">Contact</NavLink>
</BSNav>
</Navbar.Collapse>
Expand Down

0 comments on commit 2550ec7

Please sign in to comment.