Skip to content

Commit

Permalink
feat(legal pages): mise à jour de notre hébergeur sur les pages Menti…
Browse files Browse the repository at this point in the history
…ons légales et Politique de confidentialité (#5741)
  • Loading branch information
carolineBda committed Apr 8, 2024
1 parent a2bc2cc commit adeb49c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,16 @@ exports[`<MentionLegales /> should render 1`] = `
</h2>
</div>
<p>
Ce site est hébergé par Microsoft Azure France (région France centre) :
Ce site est hébergé par OVH SAS :
</p>
<address
class="sc-bvgPty iGApiS"
>
Microsoft France
2 rue Kellermann
<br />
37 Quai du Président Roosevelt
56100 Roubaix
<br />
92130 ISSY-LES-MOULINEAUX
France
</address>
<div
class="sc-iGgWBj sc-cyRcrZ cWzIZL efzjDN"
Expand Down
12 changes: 5 additions & 7 deletions packages/code-du-travail-frontend/pages/mentions-legales.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,14 @@ const LegalPage = () => {
<Title shift={spacings.larger}>Directeur de la publication</Title>
<p>Pierre RAMAIN, Directeur Général du Travail</p>
<Title shift={spacings.larger}>Hébergement</Title>
<p>
Ce site est hébergé par Microsoft Azure France (région France
centre)&nbsp;:
</p>
<p>Ce site est hébergé par OVH SAS&nbsp;:</p>

<Address>
Microsoft France
2 rue Kellermann
<br />
37 Quai du Président Roosevelt
56100 Roubaix
<br />
92130 ISSY-LES-MOULINEAUX
France
</Address>
<StyledWrapper variant="dark">
<p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import {
theme,
Title,
Wrapper,
Button,
} from "@socialgouv/cdtn-ui";
import Link from "next/link";
import React, { useCallback } from "react";
import React from "react";
import styled from "styled-components";

import Metas from "../src/common/Metas";
Expand Down Expand Up @@ -98,17 +97,17 @@ const CookiePolicy = (): JSX.Element => {
</thead>
<tbody>
<tr>
<td>Microsoft Azure</td>
<td>OVH</td>
<td>France</td>
<td>Hébergement</td>
<td>
<a
title="Déclaration de confidentialité Microsoft"
title="Data Processing Agreement - OVH"
target="_blank"
rel="nofollow, noopener, noreferrer"
href="https://privacy.microsoft.com/fr-fr/privacystatement"
href="https://us.ovhcloud.com/legal/data-processing-agreement/"
>
Déclaration de confidentialité Microsoft
https://us.ovhcloud.com/legal/data-processing-agreement/
</a>
</td>
</tr>
Expand Down Expand Up @@ -180,7 +179,6 @@ const CookiePolicy = (): JSX.Element => {
<ul>
<li>
<a
title="Déclaration de confidentialité Microsoft"
target="_blank"
href="https://www.cnil.fr/fr/cookies-traceurs-que-dit-la-loi"
>
Expand All @@ -189,7 +187,6 @@ const CookiePolicy = (): JSX.Element => {
</li>
<li>
<a
title="Déclaration de confidentialité Microsoft"
target="_blank"
href="https://www.cnil.fr/fr/cookies-les-outils-pour-les-maitriser"
>
Expand Down

0 comments on commit adeb49c

Please sign in to comment.