Skip to content

Commit

Permalink
fix: sidebar items
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi authored Oct 17, 2024
1 parent b059fc1 commit 086755d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/layout/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ const Sidebar = () => {
<div className="gap-4 p-4 grid grid-cols-1 w-full">
<OrgsMenu />

{links.slice(0, 5).map((link) => (
{links.slice(0, 4).map((link) => (
<SidebarLink
key={link.name}
name={link.name}
Expand Down

0 comments on commit 086755d

Please sign in to comment.