Skip to content

Commit 057b6fe

Browse files
authored
Fixed typo - Correcting menu item "KDB" to "KBD" (#1067)
Fixed typo
1 parent df71241 commit 057b6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/docs/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ const DocsSidebar: FC<DocsLayoutState> = ({ isCollapsed, setCollapsed }) => {
280280
<SidebarLink href="/docs/components/forms">Forms</SidebarLink>
281281
<SidebarLink href="/docs/components/kbd">
282282
<span className="flex items-center gap-2">
283-
KDB{' '}
283+
KBD{' '}
284284
<Badge color="cyan" className="px-2">
285285
New
286286
</Badge>

0 commit comments

Comments
 (0)