diff --git a/src/pages/TopFlix.tsx b/src/pages/TopFlix.tsx index c19b4451..a62f4fc7 100644 --- a/src/pages/TopFlix.tsx +++ b/src/pages/TopFlix.tsx @@ -64,16 +64,19 @@ function ConfigValue(props: {

{link ? ( -

navigate(link)} className="hover:underline"> +

navigate(link)} + className="cursor-pointer hover:underline" + > {props.name}

) : (

{props.name}

)}

-

{props.children}

+

{props.children}

-

+

{props.type.charAt(0).toUpperCase() + props.type.slice(1)}

@@ -237,13 +240,13 @@ export function TopFlix() { The most popular movies on sudo-flix.lol, this data is fetched from the current backend deployment. -
-
+
+

Server Lifetime: {timeSinceProcessStart}

-
+

Overall Views: {totalViews}

@@ -282,7 +285,9 @@ export function TopFlix() { > Previous page -
+
{currentPage}/{maxPageCount}