From b1839681d5be4f8b8e8baead021bde14c8d537d5 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Thu, 9 Sep 2021 21:36:06 +0200 Subject: [PATCH] Revert custom ad changes --- components/custom-ad.tsx | 6 ++---- components/footer.tsx | 2 +- styles/carbon.css | 17 ++++++----------- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/components/custom-ad.tsx b/components/custom-ad.tsx index 8cdfa4d20..c883062d1 100644 --- a/components/custom-ad.tsx +++ b/components/custom-ad.tsx @@ -1,8 +1,6 @@ -import { Box } from '@chakra-ui/react'; - export const CustomAd = () => { return ( - + ); }; diff --git a/components/footer.tsx b/components/footer.tsx index 3de3b4bc2..48d8d9808 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -66,7 +66,7 @@ export function Footer() { - {process.env.GA_SECRET && ( + {process.env.GA_SECRET && false && (