diff --git a/.env.local b/.env.local index b2174de..8fe37f5 100644 --- a/.env.local +++ b/.env.local @@ -1 +1 @@ -NEXT_PUBLIC_COMMIT_SHA=d6ac247 +NEXT_PUBLIC_COMMIT_SHA=707960b diff --git a/app/components/AudioPlayer.tsx b/app/components/AudioPlayer.tsx index 2bed2d4..98d0065 100644 --- a/app/components/AudioPlayer.tsx +++ b/app/components/AudioPlayer.tsx @@ -428,12 +428,13 @@ export const AudioPlayer: React.FC = () => {

{currentTrack.artist}

- {/* Control buttons */} + + {/* Control buttons */} +
-
+ @@ -455,6 +456,8 @@ export const AudioPlayer: React.FC = () => { className={`w-4 h-4 ${currentTrack.starred ? 'text-primary fill-primary' : ''}`} /> + +