1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-12 00:54:45 +02:00

Optimize ad

This commit is contained in:
Phuoc Nguyen
2021-03-30 15:09:32 +07:00
parent b568a14739
commit 0e5f8059c5
2 changed files with 7 additions and 10 deletions

View File

@@ -33,9 +33,7 @@ const Ad: React.FC<{}> = () => {
}, []);
return (
<div className='flex justify-center mx-4 my-6'>
<div ref={containerRef} />
</div>
<div ref={containerRef} />
);
};