We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee9825c + f14425b commit a550a85Copy full SHA for a550a85
dashboard/starter-example/app/ui/invoices/pagination.tsx
@@ -6,13 +6,13 @@ import Link from 'next/link';
6
import { generatePagination } from '@/app/lib/utils';
7
8
export default function Pagination({ totalPages }: { totalPages: number }) {
9
- // NOTE: Uncomment this code in Chapter 11
+ // NOTE: Uncomment this code in Chapter 10
10
11
// const allPages = generatePagination(currentPage, totalPages);
12
13
return (
14
<>
15
- {/* NOTE: Uncomment this code in Chapter 11 */}
+ {/* NOTE: Uncomment this code in Chapter 10 */}
16
17
{/* <div className="inline-flex">
18
<PaginationArrow
0 commit comments