mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
spotify: *increase max title length
This commit is contained in:
parent
bfcdba4096
commit
1c0c2ae0bc
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ export const NowPlayingCard = () => {
|
||||||
<div className='text-l sm:text-regular font-semibold'>
|
<div className='text-l sm:text-regular font-semibold'>
|
||||||
<Link href={`${spotify.song.url}`} target='_blank'>
|
<Link href={`${spotify.song.url}`} target='_blank'>
|
||||||
<h1 className='text-[#1ED760] hover:text-[#1DB954]'>
|
<h1 className='text-[#1ED760] hover:text-[#1DB954]'>
|
||||||
{truncate(`${spotify.song.title}`, 20)}
|
{truncate(`${spotify.song.title}`, 30)}
|
||||||
</h1>
|
</h1>
|
||||||
</Link>
|
</Link>
|
||||||
<h2 className='text-xs'>
|
<h2 className='text-xs'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue