Skip to content

Commit fddb218

Browse files
committed
Refactor Privacy and Sub-Processors pages to improve effective date and version display
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 2a3e03a commit fddb218

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ const Privacy = () => {
1010
return (
1111
<TermsWrapper>
1212
<PageHeader title="Privacy" path="Terms > Privacy" />
13-
<table><tr><td>Effective Date: July 11th, 2023</td><td>Version 3</td></tr></table>
13+
<p>
14+
<i>Effective Date: July 11th, 2023</i><br />
15+
<i>Version 3</i>
16+
</p>
1417
<TOC />
1518
<Container>
1619
<Row>

src/sections/Company/Legal/sub-processors/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ const subProcessors = () => {
99
return (
1010
<TermsWrapper>
1111
<PageHeader title="Sub-Processors and Service Providers" path="Terms > Sub-Processors and Service Providers" />
12-
<table><tr><td>Effective Date: March 8th, 2024</td><td>Version 4</td></tr></table>
12+
<p>
13+
<i>Effective Date: March 8th, 2024</i><br />
14+
<i>Version 4</i>
15+
</p>
1316
<Container>
1417
<Row>
1518
<Col $xs={12} $sm={12} $lg={12}>

0 commit comments

Comments
 (0)