Skip to content

Commit 8a12a0f

Browse files
committed
docs: fix typo for useDateField nav item
1 parent 22df9e6 commit 8a12a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/src/components/MainLayout/navItems.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ export const navItems: readonly NavigationItem[] = [
475475
{
476476
type: "route",
477477
href: "/use-date-field",
478-
children: "useTimeField",
478+
children: "useDateField",
479479
},
480480
{
481481
type: "route",

0 commit comments

Comments
 (0)