Skip to content

Commit

Permalink
Update player.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Malankar authored Jan 2, 2023
1 parent 38db266 commit f5b1a5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Player = ({ accessToken, trackUri }) => {
return (
<>
{/* Free Users */}
<div className="bg-[#181818] flex items-center justify-between px-5 py-2.5 rounded-t-2xl relative space-x-20 md:space-x-0 overflow-x-scroll md:overflow-x-hidden scrollbar-hide">
{/*<div className="bg-[#181818] flex items-center justify-between px-5 py-2.5 rounded-t-2xl relative space-x-20 md:space-x-0 overflow-x-scroll md:overflow-x-hidden scrollbar-hide">
<div className="flex items-center">
<img
src={playingTrack.albumUrl}
Expand Down Expand Up @@ -76,6 +76,7 @@ const Player = ({ accessToken, trackUri }) => {
<CgArrowsExpandRight className="playerIcon" />
</div>
</div>
*/}
{/* Premium Users */}
<SpotifyPlayer
styles={{
Expand Down

1 comment on commit f5b1a5d

@vercel
Copy link

@vercel vercel bot commented on f5b1a5d Jan 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.