Skip to content

Commit

Permalink
fix: removed non-complete tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
fluid-design-io committed Jan 18, 2023
1 parent 0ea5dd9 commit 2ec7c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/framework/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const secondaryNavigation = [
// { name: "List", href: "list", isDone: false },
// { name: "Mask", href: "mask", isDone: false },
{ name: 'Menu', href: 'menu', isDone: true },
{ name: 'Popover', href: 'popover', isDone: false },
// { name: 'Popover', href: 'popover', isDone: false },
// { name: "Dialog (Modal)", href: "dialog", isDone: false },
// { name: "Navbar", href: "navbar", isDone: false },
// { name: "Pagination", href: "pagination", isDone: false },
Expand Down

1 comment on commit 2ec7c85

@vercel
Copy link

@vercel vercel bot commented on 2ec7c85 Jan 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.