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:
@@ -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} />
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user