Skip to content

Commit 7512d30

Browse files
committed
fix: orthograph
1 parent 7e502bb commit 7512d30

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "raonagos",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "Agence numérique spécialisée dans la création de sites web personnalisés, de robots automatisés uniques et de serveurs de messagerie performants",
66
"keywords": [

src/components/footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const Footer: FC = () => {
7272
<Link href="/terms">Mentions légales</Link>
7373
</p>
7474
<p>
75-
<Link href="/privacy">Politiques de confidentialité</Link>
75+
<Link href="/privacy">Politique de confidentialité</Link>
7676
</p>
7777
</div>
7878
</footer>

src/legals/privacy.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import { siteurl } from "@libs/app"
2-
import Head from "next/head"
32
import Link from "next/link"
43

54
import type { FC } from "react"
65

76
const Component: FC = () => {
87
return (
98
<div className="mx-8 md:mx-32 lg:mx-64 ">
10-
<h1 className="text-4xl">Politiques de confidentialité</h1>
9+
<h1 className="text-4xl">Politique de confidentialité</h1>
1110
<p className="text-sm italic text-gray-500">mise à jour le 31 janvier 2023</p>
1211
<h2 className="text-xl font-semibold mt-24">ARTICLE 1&nbsp;: PRINCIPES GÉNÉRAUX EN MATIÈRE DE COLLECTE ET DE TRAITEMENT DE DONNÉES</h2>
1312
<p className="pt-4">

0 commit comments

Comments
 (0)