Revert custom ad changes

This commit is contained in:
Kamran Ahmed
2021-09-09 21:36:06 +02:00
parent 8fbde17c22
commit 9f7119694b
3 changed files with 9 additions and 16 deletions

View File

@ -1,8 +1,6 @@
import { Box } from '@chakra-ui/react';
export const CustomAd = () => {
return (
<Box className='custom-ad' d={['none !important', 'flex !important']}>
<div id='carbonads'>
<span>
<span className='carbon-wrap'>
<a
@ -34,6 +32,6 @@ export const CustomAd = () => {
Sponsored by
</a>
</span>
</Box>
</div>
);
};