From 86afa78b361b7780354261a223868e21af5ed2e7 Mon Sep 17 00:00:00 2001 From: Roman Krasikov Date: Tue, 18 Nov 2025 10:55:19 +0300 Subject: [PATCH] Fix chapter num in pagination component --- dashboard/starter-example/app/ui/invoices/pagination.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard/starter-example/app/ui/invoices/pagination.tsx b/dashboard/starter-example/app/ui/invoices/pagination.tsx index 1113a294..0c9bc87e 100644 --- a/dashboard/starter-example/app/ui/invoices/pagination.tsx +++ b/dashboard/starter-example/app/ui/invoices/pagination.tsx @@ -6,13 +6,13 @@ import Link from 'next/link'; import { generatePagination } from '@/app/lib/utils'; export default function Pagination({ totalPages }: { totalPages: number }) { - // NOTE: Uncomment this code in Chapter 11 + // NOTE: Uncomment this code in Chapter 10 // const allPages = generatePagination(currentPage, totalPages); return ( <> - {/* NOTE: Uncomment this code in Chapter 11 */} + {/* NOTE: Uncomment this code in Chapter 10 */} {/*