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 ( - +
{ Sponsored by - +
); }; 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 && (