Skip to content

Commit

Permalink
fix: changing the sidebar position of scroll-progress component menu
Browse files Browse the repository at this point in the history
  • Loading branch information
itsarghyadas committed Dec 19, 2024
1 parent 8087fff commit d0912ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,6 @@ export const docsConfig: DocsConfig = {
items: [],
label: "",
},
{
title: "Scroll Progress",
href: `/docs/components/scroll-progress`,
items: [],
label: "New",
},
],
},
{
Expand Down Expand Up @@ -285,6 +279,12 @@ export const docsConfig: DocsConfig = {
items: [],
label: "",
},
{
title: "Scroll Progress",
href: `/docs/components/scroll-progress`,
items: [],
label: "New",
},
],
},
{
Expand Down

0 comments on commit d0912ad

Please sign in to comment.