diff --git a/apps/www/.vitepress/theme/config/docs.ts b/apps/www/.vitepress/theme/config/docs.ts index 34d2cd20..3a78338e 100644 --- a/apps/www/.vitepress/theme/config/docs.ts +++ b/apps/www/.vitepress/theme/config/docs.ts @@ -214,6 +214,12 @@ export const docsConfig: DocsConfig = { href: '/docs/components/dialog', items: [], }, + { + title: 'Drawer', + href: '/docs/components/drawer', + items: [], + label: 'New', + }, { title: 'Dropdown Menu', href: '/docs/components/dropdown-menu', diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 3cf80254..a8838c81 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -84,7 +84,7 @@ watch(() => $route.path, (n) => {