diff --git a/thoughts-frontend/app/page.tsx b/thoughts-frontend/app/page.tsx index b12d613..f319c87 100644 --- a/thoughts-frontend/app/page.tsx +++ b/thoughts-frontend/app/page.tsx @@ -18,13 +18,7 @@ import { buildThoughtThreads } from "@/lib/utils"; import { TopFriends } from "@/components/top-friends"; import { UsersCount } from "@/components/users-count"; -import { - Pagination, - PaginationContent, - PaginationItem, - PaginationNext, - PaginationPrevious, -} from "@/components/ui/pagination"; +import { PaginationNav } from "@/components/pagination-nav"; import { redirect } from "next/navigation"; export const metadata: Metadata = { @@ -127,24 +121,11 @@ async function FeedPage({
)} - {totalPages > 1 && ( -