Added CCPC pages in About pages

• Added:
- CCPC pages in About pages
This commit is contained in:
mgabdev
2020-12-05 23:52:13 -05:00
parent ed900a47ca
commit d1eb3d09e4
6 changed files with 464 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ class AboutLayout extends React.PureComponent {
title: 'Terms of Service',
to: '/about/tos',
},
{
title: 'California Consumer Protection',
to: '/about/ccpa',
},
]
}