This is my personal website
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update NowPlaying.tsx

authored by

Tsiry Sandratraina and committed by
GitHub
426002d9 7551ce2b

+3 -3
+3 -3
islands/NowPlaying.tsx
··· 195 195 <> 196 196 <div class="flex flex-row"> 197 197 {song?.albumUri && ( 198 - <a href={song.albumUri} target="_blank" class="mr-[20px]"> 198 + <a href={song.albumUri.replace("app.rocksky.", "")} target="_blank" class="mr-[20px]"> 199 199 <div class="max-w-[96px] max-h-[96px]"> 200 200 <img 201 201 class="w-[96px] h-[96px] rounded-[10px]" ··· 226 226 <div> 227 227 {song?.songUri && ( 228 228 <a 229 - href={song?.songUri} 229 + href={song?.songUri?.replace("app.rocksky.", "")} 230 230 class="text-[20px] line-clamp-1 overflow-hidden text-ellipsis max-w-[240px] md:max-w-[630px]" 231 231 target="_blank" 232 232 > ··· 242 242 <div> 243 243 {song?.artistUri && ( 244 244 <a 245 - href={song?.artistUri} 245 + href={song?.artistUri?.replace("app.rocksky.", "")} 246 246 class="line-clamp-1 overflow-hidden text-ellipsis max-w-[240px] md:max-w-[630px]" 247 247 target="_blank" 248 248 >