File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shared/components/client/ads Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ const SongCard = ({ song }: { song: SongPreviewDtoType | null }) => {
7373 return ! song ? (
7474 < SongDataDisplay song = { song } />
7575 ) : (
76- < Link href = { `/song/${ song . publicId } ` } className = 'h-full max-h-[16.5rem] ' >
76+ < Link href = { `/song/${ song . publicId } ` } className = 'h-full max-h-fit ' >
7777 < div
7878 className = 'bg-zinc-800 hover:scale-105 hover:bg-zinc-700 rounded-lg cursor-pointer w-full h-full transition-all duration-200'
7979 style = { { backfaceVisibility : 'hidden' } }
Original file line number Diff line number Diff 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 h-full w-full min-w-64 text-sm text-zinc-400' ,
170170 className ,
171171 ) }
172172 adSlot = '1737918264'
You can’t perform that action at this time.
0 commit comments