Skip to content

Commit ba2c54b

Browse files
committed
Refactor Privacy and Sub-Processors pages to enhance effective date and version display; update styles for consistency
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 3b7f79e commit ba2c54b

3 files changed

Lines changed: 13 additions & 14 deletions

File tree

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ const Privacy = () => {
1010
return (
1111
<TermsWrapper>
1212
<PageHeader title="Privacy" path="Terms > Privacy" />
13-
<p>
13+
<Container>
14+
<p><small>
1415
<i>Effective Date: July 11th, 2023</i><br />
15-
<i>Version 3</i>
16+
<i>Version 3</i></small>
1617
</p>
17-
<TOC />
18-
<Container>
1918
<Row>
2019
<Col $xs={12} $sm={12} $lg={12}>
2120
<p>
@@ -277,11 +276,10 @@ const Privacy = () => {
277276
Telephone number: 512-810-8200
278277
</p>
279278
<p>
280-
<i>Last Updated: March 8th, 2024</i>
279+
<small><i>Last Updated: March 8th, 2024</i></small>
281280
</p>
282281
</Col>
283282
</Row>
284-
<TocPagination />
285283
</Container>
286284
</TermsWrapper>
287285
);

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ const subProcessors = () => {
99
return (
1010
<TermsWrapper>
1111
<PageHeader title="Sub-Processors and Service Providers" path="Terms > Sub-Processors and Service Providers" />
12-
<p>
12+
13+
<Container>
14+
<p><small>
1315
<i>Effective Date: March 8th, 2024</i><br />
14-
<i>Version 4</i>
16+
<i>Version 4</i></small>
1517
</p>
16-
<Container>
1718
<Row>
1819
<Col $xs={12} $sm={12} $lg={12}>
1920
<p>
@@ -231,9 +232,9 @@ const subProcessors = () => {
231232
</tr>
232233
</tbody>
233234
</table>
234-
<p>
235+
<p><small>
235236
<i>Last Updated: Sept 25th, 2025</i>
236-
</p>
237+
</small></p>
237238
</Col>
238239
</Row>
239240
</Container>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ td {
5050
5151
thead {
5252
border-block-end: 2px solid;
53-
background: ${props => props.theme.green00B39FToGreyB3B3B3};
53+
background: ${props => props.theme.blue6eb0ccToBlue477E96};
5454
}
5555
5656
tfoot {
5757
text-align: center;
5858
border-block: 2px solid;
59-
background: ${props => props.theme.green00B39FToGreyB3B3B3};
59+
background: ${props => props.theme.blue6eb0ccToBlue477E96};
6060
font-size: 0.825rem;
6161
}
6262
@@ -79,7 +79,7 @@ td {
7979
8080
thead th,
8181
tfoot th {
82-
background: ${props => props.theme.green00B39FToGreyB3B3B3};
82+
background: ${props => props.theme.blue6eb0ccToBlue477E96};
8383
}
8484
8585
thead th {

0 commit comments

Comments
 (0)