diff --git a/components/custom-ad.tsx b/components/custom-ad.tsx index c883062d1..8cdfa4d20 100644 --- a/components/custom-ad.tsx +++ b/components/custom-ad.tsx @@ -1,6 +1,8 @@ +import { Box } from '@chakra-ui/react'; + export const CustomAd = () => { return ( -
+ { Sponsored by -
+ ); }; diff --git a/components/footer.tsx b/components/footer.tsx index 48d8d9808..3de3b4bc2 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -66,7 +66,7 @@ export function Footer() { - {process.env.GA_SECRET && false && ( + {process.env.GA_SECRET && (