mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Updated spotify player styling
This commit is contained in:
parent
7797d83efa
commit
4eaeb29b46
@ -156,7 +156,7 @@ Song.Album = function SongAlbum({album, albumImageUrl}: Album) {
|
|||||||
|
|
||||||
Song.Title = function SongTitle({as: Component = 'h2', title, songUrl, className}: Title) {
|
Song.Title = function SongTitle({as: Component = 'h2', title, songUrl, className}: Title) {
|
||||||
return (
|
return (
|
||||||
<Component className={clsx(className, 'text-sm font-semibold text-zinc-800')}>
|
<Component className={clsx(className, 'text-sm font-semibold text-zinc-800 line-clamp-1 lg:line-clamp-none')}>
|
||||||
<Link href={songUrl}>
|
<Link href={songUrl}>
|
||||||
{title}
|
{title}
|
||||||
</Link>
|
</Link>
|
||||||
|
Loading…
Reference in New Issue
Block a user