diff --git a/components/app/video/related-videos.tsx b/components/app/video/related-videos.tsx index 0cb6861..4c54d6a 100644 --- a/components/app/video/related-videos.tsx +++ b/components/app/video/related-videos.tsx @@ -26,7 +26,7 @@ export function RelatedVideos({ return (
-

Related Videos

+

Other Videos

{videos.map((video) => ( diff --git a/components/app/video/video-info.tsx b/components/app/video/video-info.tsx index 9b1ea4d..dd72cdf 100644 --- a/components/app/video/video-info.tsx +++ b/components/app/video/video-info.tsx @@ -75,7 +75,7 @@ export function VideoInfo({ video }: { video: VideoDetails }) { }, [video.user?.username]); return ( -
+

{video.title}

diff --git a/components/app/video/video-player.tsx b/components/app/video/video-player.tsx index 25a0bb7..8f6f111 100644 --- a/components/app/video/video-player.tsx +++ b/components/app/video/video-player.tsx @@ -674,7 +674,7 @@ export function VideoPlayer({ layout transition={{ type: "spring", bounce: 0, duration: 0.3 }} className={cn( - "relative z-0 max-w-full overflow-visible", + "relative z-0 max-w-full overflow-visible md:mb-4", isTheatreMode && "lg:mx-auto lg:w-full lg:max-w-[calc(80vh*16/9)]", )} > diff --git a/components/ui/follow-button.tsx b/components/ui/follow-button.tsx index 77259b2..fb5dec1 100644 --- a/components/ui/follow-button.tsx +++ b/components/ui/follow-button.tsx @@ -60,7 +60,7 @@ export function FollowButton({ "rounded-full transition-colors duration-200", following ? "bg-secondary text-foreground" - : "bg-foreground text-background border border-border", + : "bg-foreground text-background", )} >