mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-13 17:25:41 +00:00
Updated SpotifyPlayer
This commit is contained in:
parent
12c1b301da
commit
33396fddfb
@ -152,7 +152,7 @@ export function SpotifyPlayer() {
|
|||||||
if (isError) return
|
if (isError) return
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="grid place-items-center sm:place-items-start">
|
<div className="grid place-items-start">
|
||||||
{isLoading
|
{isLoading
|
||||||
? <SongSkeleton/>
|
? <SongSkeleton/>
|
||||||
: song?.isPlaying
|
: song?.isPlaying
|
||||||
|
Loading…
Reference in New Issue
Block a user