From 45bf1cccad7b72742f600275ef95099a5400acf8 Mon Sep 17 00:00:00 2001 From: Ilya Sosidka Date: Fri, 16 Sep 2022 17:21:10 +0300 Subject: [PATCH] chore: Removed a duplicate 'Avatar' link in sidebar --- docs/.vitepress/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 6819390..fe5e7f8 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -46,7 +46,6 @@ function getComponents() { { text: 'Toast', link: 'components/toast/toast.md' }, { text: '- Accordion', link: 'components/accordion/accordion.md' }, - { text: '- Avatar', link: 'components/avatar/avatar.md' }, { text: '- Breadcrumb', link: 'components/breadcrumb/breadcrumb.md' }, { text: '- Card', link: 'components/card/card.md' }, { text: '- Carousel', link: 'components/carousel/carousel.md' },