feat(sidebar): update navigation links for settings page

This commit is contained in:
cfngc4594 2025-03-18 14:53:12 +08:00
parent 10a648feb3
commit 2248645a38

View File

@ -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",
},
],
},