Skip to content

Commit c862078

Browse files
Fix build error
1 parent da37758 commit c862078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/sidebars.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ const sidebars: SidebarsConfig = {
439439
label: 'Overlay',
440440
items: [
441441
{ type: 'doc', id: 'components/overlay/Alert/alert', label: 'Alert' },
442-
{ type: 'doc', id: 'components/overlay/FocusTrap/focus-trap', label: 'FocusTrap' },
442+
{ type: 'doc', id: 'components/overlay/FocusTrap/focusTrap', label: 'FocusTrap' },
443443
{
444444
type: 'doc',
445445
id: 'components/overlay/FullscreenAlert/fullscreenAlert',

0 commit comments

Comments
 (0)