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