mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
.fix rgb color
This commit is contained in:
@@ -33,12 +33,12 @@ export const NowPlayingCard = () => {
|
||||
<Link
|
||||
href={`${spotify.song.url}`}
|
||||
target='_blank'
|
||||
className='text-[rgb(50,170,100)]'
|
||||
className='text-[rgb(50,180,100)]'
|
||||
>
|
||||
{truncate(`${spotify.song.title}`, 20)}
|
||||
</Link>
|
||||
) : (
|
||||
<span className='text-[rgb(50,170,100)]'>nothing</span>
|
||||
<span className='text-[rgb(50,180,100)]'>nothing</span>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user