chore: Moved a 'Badge' link in sidebar
This commit is contained in:
@@ -36,6 +36,7 @@ function getComponents() {
|
|||||||
return [
|
return [
|
||||||
{ text: 'Alert', link: '/components/alert/alert.md' },
|
{ text: 'Alert', link: '/components/alert/alert.md' },
|
||||||
{ text: 'Button', link: '/components/button/button.md' },
|
{ text: 'Button', link: '/components/button/button.md' },
|
||||||
|
{ text: 'Badge', link: 'components/badge/badge.md' },
|
||||||
{ text: 'Button Group', link: '/components/buttonGroup/buttonGroup.md' },
|
{ text: 'Button Group', link: '/components/buttonGroup/buttonGroup.md' },
|
||||||
{ text: 'Dropdown', link: '/components/dropdown/dropdown.md' },
|
{ text: 'Dropdown', link: '/components/dropdown/dropdown.md' },
|
||||||
{ text: 'Spinner', link: '/components/spinner/spinner.md' },
|
{ text: 'Spinner', link: '/components/spinner/spinner.md' },
|
||||||
@@ -45,7 +46,6 @@ function getComponents() {
|
|||||||
|
|
||||||
{ text: '- Accordion', link: 'components/accordion/accordion.md' },
|
{ text: '- Accordion', link: 'components/accordion/accordion.md' },
|
||||||
{ text: '- Avatar', link: 'components/avatar/avatar.md' },
|
{ text: '- Avatar', link: 'components/avatar/avatar.md' },
|
||||||
{ text: '- Badge', link: 'components/badge/badge.md' },
|
|
||||||
{ text: '- Breadcrumb', link: 'components/breadcrumb/breadcrumb.md' },
|
{ text: '- Breadcrumb', link: 'components/breadcrumb/breadcrumb.md' },
|
||||||
{ text: '- Card', link: 'components/card/card.md' },
|
{ text: '- Card', link: 'components/card/card.md' },
|
||||||
{ text: '- Carousel', link: 'components/carousel/carousel.md' },
|
{ text: '- Carousel', link: 'components/carousel/carousel.md' },
|
||||||
|
|||||||
Reference in New Issue
Block a user