Skip to content

Commit 42fb44f

Browse files
committed
Updated Comments
Signed-off-by: Hemashree M S <hemashree21.msh@gmail.com>
1 parent 1c9bbd8 commit 42fb44f

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/pages/code-of-conduct/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import React from 'react';
22
import Layout from '@theme/Layout';
33
import styles from 'styled-components';
44

5+
/**
6+
* Code of Conduct
7+
**/
8+
59
const CodeOfConductContainer = styles.div`
610
max-width: 800px;
711
margin: 0 auto;

src/pages/cookie-policy/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ import React from 'react';
22
import Layout from '@theme/Layout';
33
import styles from 'styled-components';
44

5+
/**
6+
* Cookie Policy
7+
**/
8+
59
const CookiePolicyContainer = styles.div`
610
max-width: 800px;
711
margin: 0 auto;

0 commit comments

Comments
 (0)