Skip to content

Commit

Permalink
docs sidebar (typography): add missing List link (#1154)
Browse files Browse the repository at this point in the history
docs sidebar (typography): add missing list link

Co-authored-by: Sebastian Sutu <[email protected]>
  • Loading branch information
SutuSebastian and Sebastian Sutu authored Nov 28, 2023
1 parent 7c1275e commit acfc504
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/docs-sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
{
title: 'typography',
href: '/typography/',
items: [{ title: 'Blockquote', href: '/docs/typography/blockquote', isNew: true }],
items: [
{ title: 'Blockquote', href: '/docs/typography/blockquote', isNew: true },
{ title: 'List', href: '/docs/typography/list', isNew: true },
],
},
];

0 comments on commit acfc504

Please sign in to comment.