Skip to content

Commit

Permalink
fix: reorder List item in typography section of docs sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jan 2, 2025
1 parent 84d9cb3 commit 1149b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/data/docs-sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export const DOCS_SIDEBAR: DocsSidebarSection[] = [
title: "typography",
items: [
{ title: "Blockquote", href: "/docs/typography/blockquote" },
{ title: "List", href: "/docs/typography/list" },
{ title: "HR", href: "/docs/typography/hr" },
{ title: "List", href: "/docs/typography/list" },
],
},
];

0 comments on commit 1149b93

Please sign in to comment.