Add carbon ads

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

View File

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