Skip to content

Commit 1ed895f

Browse files
committed
Update privacy section heading and enhance styling for terms component
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 890b98d commit 1ed895f

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

src/sections/Company/Legal/privacy/index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,7 @@ const Privacy = () => {
199199
However, if you are not satisfied with our response, you have the right to lodge a complaint with a data protection supervisory authority. This will typically be the authority in the EU country where you live or work, or where the alleged infringement of data protection law occurred.
200200
</p>
201201
<hr />
202-
<h2>Part III: Strategic Recommendations for Implementation and Ongoing Compliance</h2>
203-
<p>
204-
The publication of a GDPR-compliant privacy notice is a critical first step, but it must be supported by robust internal processes and technical measures to be effective. The following recommendations provide a strategic roadmap for Layer5 to operationalize its commitment to data privacy and ensure ongoing compliance.
205-
</p>
202+
<h2>Part III: Commitment to Data Privacy and Ongoing Compliance</h2>
206203
<h3>Section 3.1: Operationalizing Data Subject Rights</h3>
207204
<p>
208205
A privacy notice that promises data subject rights without the internal capacity to fulfill them creates a significant liability. Layer5 must establish a formal, documented process for managing Data Subject Access Requests (DSARs) received at the designated privacy@layer5.io email address.

src/sections/Company/Legal/terms.style.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ position: relative;
1414
text-align: left;
1515
}
1616
}
17-
17+
h3 {
18+
margin-top: 20px;
19+
margin-bottom: 10px;
20+
}
21+
.address {
22+
margin-left: 2rem;
23+
}
1824
@media only screen and (max-width: 420px) {
1925
.conduct_heading {
2026
text-align: left;

0 commit comments

Comments
 (0)