Skip to content

Commit acfc504

Browse files
SutuSebastianSebastian Sutu
andauthored
docs sidebar (typography): add missing List link (#1154)
docs sidebar (typography): add missing list link Co-authored-by: Sebastian Sutu <[email protected]>
1 parent 7c1275e commit acfc504

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

data/docs-sidebar.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
7979
{
8080
title: 'typography',
8181
href: '/typography/',
82-
items: [{ title: 'Blockquote', href: '/docs/typography/blockquote', isNew: true }],
82+
items: [
83+
{ title: 'Blockquote', href: '/docs/typography/blockquote', isNew: true },
84+
{ title: 'List', href: '/docs/typography/list', isNew: true },
85+
],
8386
},
8487
];

0 commit comments

Comments
 (0)