chore: Moved a 'Badge' link in sidebar

This commit is contained in:
Ilya Sosidka
2022-09-16 17:16:44 +03:00
parent af786a244a
commit 4977a62d0b

View File

@@ -36,6 +36,7 @@ function getComponents() {
return [
{ text: 'Alert', link: '/components/alert/alert.md' },
{ text: 'Button', link: '/components/button/button.md' },
{ text: 'Badge', link: 'components/badge/badge.md' },
{ text: 'Button Group', link: '/components/buttonGroup/buttonGroup.md' },
{ text: 'Dropdown', link: '/components/dropdown/dropdown.md' },
{ text: 'Spinner', link: '/components/spinner/spinner.md' },
@@ -45,7 +46,6 @@ function getComponents() {
{ text: '- Accordion', link: 'components/accordion/accordion.md' },
{ text: '- Avatar', link: 'components/avatar/avatar.md' },
{ text: '- Badge', link: 'components/badge/badge.md' },
{ text: '- Breadcrumb', link: 'components/breadcrumb/breadcrumb.md' },
{ text: '- Card', link: 'components/card/card.md' },
{ text: '- Carousel', link: 'components/carousel/carousel.md' },