diff --git a/src/app/(main)/NavBar.tsx b/src/app/(main)/NavBar.tsx
index 3c116fc..b82d786 100644
--- a/src/app/(main)/NavBar.tsx
+++ b/src/app/(main)/NavBar.tsx
@@ -19,9 +19,10 @@ export default async function NavBar() {
);
return (
-
+
-
+
}>
diff --git a/src/components/Player.tsx b/src/components/Player.tsx
index fac8488..60b4ed8 100644
--- a/src/components/Player.tsx
+++ b/src/components/Player.tsx
@@ -62,7 +62,7 @@ const Player = ({ artistSlugsToName }: Props) => {
};
return (
-
+
{false && activeTrack && (
@@ -77,18 +77,18 @@ const Player = ({ artistSlugsToName }: Props) => {
)}
{activeTrack && (
player.togglePlayPause()}
>
)}
{typeof window === 'undefined' || !activeTrack ? null : (
-
-
+
+
{
{durationToHHMMSS(playback.activeTrack.currentTime)}
-