Skip to content

Commit 17750b4

Browse files
link privacy policy to the cookies (#62)
* link privacy policy to the cookies * fix lint
1 parent 17c9ab6 commit 17750b4

3 files changed

Lines changed: 13 additions & 9 deletions

File tree

app/cookies/page.tsx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ export default function CookiesPolicy() {
88
<div className="max-w-5xl mx-auto bg-white rounded-lg shadow p-10">
99
<h1 className="text-3xl font-extrabold mb-4">
1010
<span className="text-[#43BC80]">Cookies</span>{" "}
11-
<span className="text-[#0D261A]">Policy</span>
11+
<span className="text-[#43BC80]">Policy</span>
1212
</h1>
1313

1414
<p className="mb-4 text-base text-gray-700">
15-
This Cookies Policy explains how Stichting EnAccess (“we”, “our”,
16-
“us”) uses cookies and similar technologies on the website{" "}
15+
This Cookies Policy explains how Stichting EnAccess (&quot;we&quot;,
16+
&quot;our&quot;, &quot;us&quot;) uses cookies and similar technologies
17+
on the website{" "}
1718
<a
1819
href="https://digitalization-support-hub.org"
1920
className="text-[#0D6E4B] underline"
@@ -22,10 +23,13 @@ export default function CookiesPolicy() {
2223
>
2324
https://digitalization-support-hub.org/
2425
</a>{" "}
25-
(the “Website”). We use cookies to ensure the proper functioning of
26-
our Website, to analyze website traffic, and to improve your browsing
27-
experience. This policy should be read together with our Privacy
28-
Policy which explains how we process personal data.
26+
(the &quot;Website&quot;). We use cookies to ensure the proper
27+
functioning of our Website, to analyze website traffic, and to improve
28+
your browsing experience. This policy should be read together with our{" "}
29+
<Link href="/privacy-policy" className="text-[#0D6E4B] underline">
30+
Privacy Policy
31+
</Link>{" "}
32+
which explains how we process personal data.
2933
</p>
3034

3135
<section className="mb-6">

app/legal-disclosure/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function LegalDisclosure() {
88
<div className="max-w-5xl mx-auto bg-white rounded-lg shadow p-10">
99
<h1 className="text-3xl font-extrabold mb-4">
1010
<span className="text-[#43BC80]">Legal</span>{" "}
11-
<span className="text-[#0D261A]">disclosure</span>
11+
<span className="text-[#43BC80]">disclosure</span>
1212
</h1>
1313

1414
<section className="space-y-3 mb-6">

app/privacy-policy/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function PrivacyPolicy() {
88
<div className="max-w-5xl mx-auto bg-white rounded-lg shadow p-10">
99
<h1 className="text-3xl font-extrabold mb-4">
1010
<span className="text-[#43BC80]">Privacy</span>{" "}
11-
<span className="text-[#0D261A]">Policy</span>
11+
<span className="text-[#43BC80]">Policy</span>
1212
</h1>
1313

1414
<p className="mb-4 text-base text-gray-700">

0 commit comments

Comments
 (0)