We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9bbd8 commit 42fb44fCopy full SHA for 42fb44f
src/pages/code-of-conduct/index.tsx
@@ -2,6 +2,10 @@ import React from 'react';
2
import Layout from '@theme/Layout';
3
import styles from 'styled-components';
4
5
+/**
6
+ * Code of Conduct
7
+ **/
8
+
9
const CodeOfConductContainer = styles.div`
10
max-width: 800px;
11
margin: 0 auto;
src/pages/cookie-policy/index.tsx
+ * Cookie Policy
const CookiePolicyContainer = styles.div`
0 commit comments