diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx
index 742d136..ce9bbf0 100644
--- a/client/src/pages/VideoPage.tsx
+++ b/client/src/pages/VideoPage.tsx
@@ -378,24 +378,24 @@ export default function VideoPage() {
{/* Video player */}
- {/* Navigation arrows - always visible on desktop, smaller on mobile */}
+ {/* Navigation arrows */}
{allVideos.length > 1 && (
<>
>
)}