Stefan Pejcic 1 éve
szülő
commit
756b9afaf0
1 módosított fájl, 0 hozzáadás és 2 törlés
  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>
     );
 };