diff --git a/src/components/app-sidebar.tsx b/src/components/app-sidebar.tsx index 82afc06..a5bc086 100644 --- a/src/components/app-sidebar.tsx +++ b/src/components/app-sidebar.tsx @@ -108,24 +108,16 @@ const data = { }, { title: "Settings", - url: "#", + url: "/dashboard/settings", icon: Settings2, items: [ { title: "General", - url: "#", + url: "/general", }, { - title: "Team", - url: "#", - }, - { - title: "Billing", - url: "#", - }, - { - title: "Limits", - url: "#", + title: "Language Server", + url: "/language-server", }, ], },