Explorar o código

Update index.tsx

Stefan Pejcic hai 1 ano
pai
achega
756b9afaf0
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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>
     );
 };