From b2c75130cef6d7054a46a80416cb902b1668966f Mon Sep 17 00:00:00 2001 From: ToBinio <81473300+ToBinio@users.noreply.github.com> Date: Tue, 17 Oct 2023 02:49:53 +0200 Subject: [PATCH] remove dropdown-button link (#104) --- docs/.vitepress/config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index ee27ff5b..8d920ad0 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -29,7 +29,6 @@ export default { { text: 'Pagination', link: '/components/pagination' }, { text: 'Modal', link: '/components/modal' }, { text: 'Dropdown Select', link: '/components/dropdown-select' }, - { text: 'Dropdown Button', link: '/components/dropdown-button' }, { text: 'Popout Menu', link: '/components/popout-menu' }, { text: 'Overflow Menu', link: '/components/overflow-menu' }, { text: 'Project Card', link: '/components/project-card' },