Added Privacy Policy Page

This commit is contained in:
Chris Kalani
2019-08-09 16:17:10 -07:00
parent 250c46d6a4
commit d179d6a1a2
5 changed files with 254 additions and 0 deletions

View File

@@ -97,4 +97,14 @@ export const documentConstants: { [s: string]: DocumentMetadata } = {
description: 'Support new types of trading on your relayer with 0x Extensions',
keywords: '',
},
PRIVACY_POLICY: {
title: '0x: Privacy Policy',
description: '',
keywords: '',
},
TERMS_OF_SERVICE: {
title: '0x: Terms of Service',
description: '',
keywords: '',
},
};