diff --git a/dashboard/starter-example/app/ui/invoices/pagination.tsx b/dashboard/starter-example/app/ui/invoices/pagination.tsx index a097560..89998ec 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 7 + // NOTE: Uncomment this code in Chapter 11 // const allPages = generatePagination(currentPage, totalPages); return ( <> - {/* NOTE: Uncomment this code in Chapter 7 */} + {/* NOTE: Uncomment this code in Chapter 11 */} {/*