From 1c0c2ae0bc775c94d8ae1fd1060818684893371a Mon Sep 17 00:00:00 2001 From: skidoodle Date: Fri, 29 Dec 2023 16:33:04 +0100 Subject: [PATCH] spotify: *increase max title length --- src/components/SpotifyCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SpotifyCard.tsx b/src/components/SpotifyCard.tsx index a0e1ff0..d6b3529 100644 --- a/src/components/SpotifyCard.tsx +++ b/src/components/SpotifyCard.tsx @@ -57,7 +57,7 @@ export const NowPlayingCard = () => {

- {truncate(`${spotify.song.title}`, 20)} + {truncate(`${spotify.song.title}`, 30)}