Disable carbon ads
This commit is contained in:
@ -66,7 +66,7 @@ export function Footer() {
|
||||
</Container>
|
||||
|
||||
<CustomAd />
|
||||
{process.env.GA_SECRET && (
|
||||
{process.env.GA_SECRET && false && (
|
||||
<script
|
||||
async
|
||||
type='text/javascript'
|
||||
|
@ -2,14 +2,8 @@
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
|
||||
Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
position: fixed;
|
||||
left: 20px;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
@media (max-width: 700px) {
|
||||
#carbonads {
|
||||
display: none !important;
|
||||
}
|
||||
right: 20px;
|
||||
}
|
||||
|
||||
#carbonads {
|
||||
|
Reference in New Issue
Block a user