Enable custom ad

pull/1331/head
Kamran Ahmed 3 years ago
parent 33af054161
commit e16947bd78
  1. 3
      components/footer.tsx

@ -65,7 +65,8 @@ export function Footer() {
</Box> </Box>
</Container> </Container>
{process.env.GA_SECRET && true && ( <CustomAd />
{process.env.GA_SECRET && false && (
<script <script
async async
type='text/javascript' type='text/javascript'

Loading…
Cancel
Save