spotify: *increase max title length

This commit is contained in:
skidoodle 2023-12-29 16:33:04 +01:00
parent bfcdba4096
commit 1c0c2ae0bc

View file

@ -57,7 +57,7 @@ export const NowPlayingCard = () => {
<div className='text-l sm:text-regular font-semibold'>
<Link href={`${spotify.song.url}`} target='_blank'>
<h1 className='text-[#1ED760] hover:text-[#1DB954]'>
{truncate(`${spotify.song.title}`, 20)}
{truncate(`${spotify.song.title}`, 30)}
</h1>
</Link>
<h2 className='text-xs'>