diff --git a/client/src/pages/VideoPage.tsx b/client/src/pages/VideoPage.tsx index 9bbaf90..07ee55b 100644 --- a/client/src/pages/VideoPage.tsx +++ b/client/src/pages/VideoPage.tsx @@ -489,12 +489,12 @@ export default function VideoPage() {

Recommended Videos

-
+
{recommendedVideos.slice(0, 10).map((video) => (
window.location.href = `/video/${video.id}`} - className="flex gap-3 p-3 bg-bunny-gray/30 hover:bg-bunny-gray/50 rounded-lg cursor-pointer transition-colors" + className="flex gap-3 p-2 bg-bunny-gray/30 hover:bg-bunny-gray/50 rounded-lg cursor-pointer transition-colors" >