diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx
index 8ce108a67d0..60be652ece4 100644
--- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx
+++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/components/ProjectSidebarLayout.tsx
@@ -2,7 +2,6 @@
import { FullWidthSidebarLayout } from "@/components/blocks/SidebarLayout";
import { Badge } from "@/components/ui/badge";
import {
- BellIcon,
BookTextIcon,
BoxIcon,
CoinsIcon,
@@ -95,16 +94,17 @@ export function ProjectSidebarLayout(props: {
icon: NebulaIcon,
tracking: tracking("nebula"),
},
- {
- href: `${layoutPath}/webhooks`,
- label: (
-
- Webhooks New
-
- ),
- icon: BellIcon,
- tracking: tracking("webhooks"),
- },
+ // Commented until we solve the scrolling issue
+ // {
+ // href: `${layoutPath}/webhooks`,
+ // label: (
+ //
+ // Webhooks New
+ //
+ // ),
+ // icon: BellIcon,
+ // tracking: tracking("webhooks"),
+ // },
]}
footerSidebarLinks={[
{