theme-game

This commit is contained in:
tangly1024
2024-04-04 11:46:08 +08:00
parent 0e3d2dbcd2
commit a4296844cf

View File

@@ -104,7 +104,7 @@ export const GameListIndexCombine = ({ posts }) => {
*/
const GameAd = () => {
return (
<div className='card-group border border-gray-600 rounded game-ad h-[20rem] w-full overflow-hidden'>
<div className='card-group rounded game-ad h-[20rem] w-full overflow-hidden'>
<AdSlot type='flow' />
</div>
)