We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c96e8 commit 4156de7Copy full SHA for 4156de7
web/src/modules/shared/components/client/ads/AdSlots.tsx
@@ -166,7 +166,7 @@ export const SongCardAdSlot = ({ className }: { className?: string }) => {
166
return (
167
<AdTemplate
168
className={cn(
169
- 'relative rounded-xl bg-zinc-800 p-2 my-8 h-full w-full min-w-64 text-sm text-zinc-400',
+ 'relative rounded-xl bg-zinc-800 p-2 my-8 h-18 w-full min-w-64 text-sm text-zinc-400',
170
className,
171
)}
172
adSlot='1737918264'
0 commit comments