From 4b70f4892c8bfcec6a61ced7f3477241dedf3969 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 17 Mar 2023 00:21:02 +0100 Subject: [PATCH] Removed Cloudflare tracking --- components/layout.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/components/layout.tsx b/components/layout.tsx index 5ba4488..a27a162 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -11,11 +11,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => { if(isMobile) { ret = ( - -
{children} @@ -26,11 +21,6 @@ const Layout = ({ children }: { children: React.ReactNode }) => { else { ret = ( - -
{children}