From b9a830a298eedeacf9b19ce020e3f8dfad17eb76 Mon Sep 17 00:00:00 2001 From: Cooper Ransom Date: Fri, 15 Mar 2024 15:54:08 -0400 Subject: [PATCH] Polish flix page again, all we have to do is add endpoint redirects and posters! --- src/components/layout/ThinContainer.tsx | 2 +- src/pages/TopFlix.tsx | 72 ++++++++++++------------- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/src/components/layout/ThinContainer.tsx b/src/components/layout/ThinContainer.tsx index 0076892f..b88f1cab 100644 --- a/src/components/layout/ThinContainer.tsx +++ b/src/components/layout/ThinContainer.tsx @@ -21,7 +21,7 @@ export function ThinContainer(props: ThinContainerProps) { export function ThiccContainer(props: ThinContainerProps) { return (
diff --git a/src/pages/TopFlix.tsx b/src/pages/TopFlix.tsx index 3edbedf6..66e96976 100644 --- a/src/pages/TopFlix.tsx +++ b/src/pages/TopFlix.tsx @@ -20,7 +20,7 @@ function Button(props: { return ( -
- {currentPage} / {maxPageCount} -
- + Previous page + +
+ {currentPage} / {maxPageCount}
+