Skip to content

Commit 78c988c

Browse files
committed
Terms of Service navigation update
Signed-off-by: Namanv509 <namanverma00260@gmail.com>
1 parent 0d63739 commit 78c988c

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

  • src/sections/Company/Legal/terms-of-service

src/sections/Company/Legal/terms-of-service/index.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ import React from "react";
22
import { Container, Row, Col } from "../../../../reusecore/Layout";
33
import PageHeader from "../../../../reusecore/PageHeader";
44
import TermsWrapper from "../terms.style";
5+
import TOC from "../../../../components/legal-navigation/index";
6+
import TocPagination from "../../../../components/legal-navigation/TocPagination";
57

68
const Conduct = () => {
79
return (
810
<TermsWrapper>
9-
<PageHeader title="Terms of Service"
10-
path="Terms > Terms of Service"
11-
/>
11+
<div className="page-header-section">
12+
<h1>Terms of Service</h1>
13+
</div>
14+
<TOC/>
15+
<div className="terms-content">
1216
<Container>
1317
<Row>
1418
<Col $xs={12} $sm={12} $lg={12}>
@@ -149,6 +153,8 @@ Layer5 does not knowingly collect, either online or offline, personal informatio
149153
</Col>
150154
</Row>
151155
</Container>
156+
</div>
157+
<TocPagination/>
152158
</TermsWrapper>
153159
);
154160
};

0 commit comments

Comments
 (0)