chore: moved timeline item in the sidebar

This commit is contained in:
victor
2022-12-18 02:21:30 +04:00
parent bf9c92f4be
commit 458cece0c3

View File

@@ -49,6 +49,7 @@ function getComponents() {
{ text: 'Spinner', link: '/components/spinner' },
{ text: 'Tabs', link: '/components/tabs' },
{ text: 'ListGroup', link: 'components/list-group' },
{ text: 'Timeline', link: 'components/timeline' },
{ text: 'Toast', link: 'components/toast' },
{ text: 'Tooltip', link: 'components/tooltip' },
{ text: 'Modal', link: 'components/modal' },
@@ -58,7 +59,7 @@ function getComponents() {
{ text: '- Pagination', link: 'components/pagination' },
{ text: '- Sidebar', link: 'components/sidebar' },
{ text: '- Table', link: 'components/table' },
{ text: '- Timeline', link: 'components/timeline' },
{ text: 'Timeline', link: 'components/timeline' },
]
}