diff --git a/apps/www/.vitepress/theme/config/docs.ts b/apps/www/.vitepress/theme/config/docs.ts index ef2fa5e9..71fce55a 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -106,7 +106,6 @@ export const docsConfig: DocsConfig = { title: 'Contribution', href: '/docs/contribution', items: [], - label: 'New', }, ], }, @@ -172,7 +171,6 @@ export const docsConfig: DocsConfig = { title: 'Breadcrumb', href: '/docs/components/breadcrumb', items: [], - label: 'New', }, { title: 'Button', @@ -193,7 +191,6 @@ export const docsConfig: DocsConfig = { { title: 'Carousel', href: '/docs/components/carousel', - label: 'New', items: [], }, { @@ -241,7 +238,6 @@ export const docsConfig: DocsConfig = { title: 'Drawer', href: '/docs/components/drawer', items: [], - label: 'New', }, { title: 'Dropdown Menu', @@ -286,7 +282,6 @@ export const docsConfig: DocsConfig = { { title: 'Pin Input', href: '/docs/components/pin-input', - label: 'New', items: [], }, { @@ -313,7 +308,6 @@ export const docsConfig: DocsConfig = { { title: 'Resizable', href: '/docs/components/resizable', - label: 'New', items: [], }, { @@ -349,7 +343,6 @@ export const docsConfig: DocsConfig = { { title: 'Sonner', href: '/docs/components/sonner', - label: 'New', items: [], }, { @@ -370,7 +363,6 @@ export const docsConfig: DocsConfig = { { title: 'Tags Input', href: '/docs/components/tags-input', - label: 'New', items: [], }, {