Skip to content

Commit

Permalink
chore(radix-docs): added Toggle link
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed Jan 7, 2025
1 parent e006e8b commit 00fdace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/radix-docs/src/config/docs-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const docsConfig = {
{ name: 'Slider', url: '/primitives/components/slider', label: 'New' },
{ name: 'Switch', url: '/primitives/components/switch' },
{ name: 'Tabs', url: '#', label: 'Storybook' },
{ name: 'Toggle', url: '#', label: 'Storybook' },
{ name: 'Toggle', url: '/primitives/components/toggle' },
{ name: 'Toggle Group', url: '#', label: 'Storybook' },
{ name: 'Tooltip', url: '#', label: 'Soon' }
]
Expand Down

0 comments on commit 00fdace

Please sign in to comment.