Stefan Pejcic 1 anno fa
parent
commit
756b9afaf0
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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>
     );
 };