Update index.tsx

This commit is contained in:
Stefan Pejcic
2024-03-01 10:42:58 +01:00
committed by GitHub
parent 5f0e486b41
commit 756b9afaf0

View File

@@ -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>
);
};