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}
+