mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix padding on Privacy Policy page
This commit is contained in:
parent
2ac6ed4c73
commit
57cc6f8770
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
const React = require('react');
|
||||
|
||||
const InformationPage = require('../../components/informationpage/informationpage.jsx');
|
||||
|
||||
const Page = require('../../components/page/www/page.jsx');
|
||||
const render = require('../../lib/render.jsx');
|
||||
|
||||
const InformationPage = require('../../components/informationpage/informationpage.jsx');
|
||||
|
||||
const Privacypolicy = () => (
|
||||
<InformationPage title={'Privacy Policy'}>
|
||||
<div className="inner info-inner">
|
||||
|
|
Loading…
Reference in a new issue