We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bb5828 commit a1fa061Copy full SHA for a1fa061
app/sidebar.tsx
@@ -41,7 +41,7 @@ export function Sidebar() {
41
</h2>
42
43
<ol className="menu w-full list-decimal list-outside">
44
- {pages.map((page,i) => (
+ {pages.map((page) => (
45
<li key={page.id}>
46
<Link href={`/${page.id}`}>{page.title}</Link>
47
{page.id === docs_id && (
0 commit comments