From 7a16d67a74e9b528810429758544feb9dd8fa78b Mon Sep 17 00:00:00 2001 From: tapframe Date: Tue, 8 Jul 2025 13:23:19 +0530 Subject: [PATCH] simple ui fxes --- src/components/home/ContinueWatchingSection.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/home/ContinueWatchingSection.tsx b/src/components/home/ContinueWatchingSection.tsx index 69e51e38..599d125c 100644 --- a/src/components/home/ContinueWatchingSection.tsx +++ b/src/components/home/ContinueWatchingSection.tsx @@ -555,9 +555,11 @@ const ContinueWatchingSection = React.forwardRef((props, re > {item.name} - - {isUpNext ? 'Up Next' : `${Math.round(item.progress)}%`} - + {isUpNext && ( + + Up Next + + )} ); })()}