Browse Source

Update index.tsx

Stefan Pejcic 1 year ago
parent
commit
756b9afaf0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      documentation/src/pages/privacy-policy/index.tsx

+ 0 - 2
documentation/src/pages/privacy-policy/index.tsx

@@ -7,7 +7,6 @@ import clsx from "clsx";
 
 const PrivacyPolicy: React.FC = () => {
     return (
-        <CommonLayout>
             <Head title="Privacy Policy | OpenPanel">
                 <html data-page="support" data-customized="true" />
             </Head>
@@ -40,7 +39,6 @@ const PrivacyPolicy: React.FC = () => {
                 </div>
                 <BlogFooter />
             </div>
-        </CommonLayout>
     );
 };