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:
parent
1c145ff451
commit
f797a18a59
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue