Skip to content

Commit 4156de7

Browse files
committed
fix: height of song card ad making entire row taller
1 parent 28c96e8 commit 4156de7

File tree

1 file changed

+1
-1
lines changed
  • web/src/modules/shared/components/client/ads

1 file changed

+1
-1
lines changed

web/src/modules/shared/components/client/ads/AdSlots.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const SongCardAdSlot = ({ className }: { className?: string }) => {
166166
return (
167167
<AdTemplate
168168
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',
169+
'relative rounded-xl bg-zinc-800 p-2 my-8 h-18 w-full min-w-64 text-sm text-zinc-400',
170170
className,
171171
)}
172172
adSlot='1737918264'

0 commit comments

Comments
 (0)