Skip to content

Commit a6cc776

Browse files
author
Amine Afia
committed
Temporarily remove webhooks sidebar link until scrolling issue is fixed
1 parent 2fc083f commit a6cc776

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { FullWidthSidebarLayout } from "@/components/blocks/SidebarLayout";
33
import { Badge } from "@/components/ui/badge";
44
import {
5-
BellIcon,
65
BookTextIcon,
76
BoxIcon,
87
CoinsIcon,
@@ -95,16 +94,17 @@ export function ProjectSidebarLayout(props: {
9594
icon: NebulaIcon,
9695
tracking: tracking("nebula"),
9796
},
98-
{
99-
href: `${layoutPath}/webhooks`,
100-
label: (
101-
<span className="flex items-center gap-2">
102-
Webhooks <Badge>New</Badge>
103-
</span>
104-
),
105-
icon: BellIcon,
106-
tracking: tracking("webhooks"),
107-
},
97+
// Commented until we solve the scrolling issue
98+
// {
99+
// href: `${layoutPath}/webhooks`,
100+
// label: (
101+
// <span className="flex items-center gap-2">
102+
// Webhooks <Badge>New</Badge>
103+
// </span>
104+
// ),
105+
// icon: BellIcon,
106+
// tracking: tracking("webhooks"),
107+
// },
108108
]}
109109
footerSidebarLinks={[
110110
{

0 commit comments

Comments
 (0)