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", title: "Settings",
url: "#", url: "/dashboard/settings",
icon: Settings2, icon: Settings2,
items: [ items: [
{ {
title: "General", title: "General",
url: "#", url: "/general",
}, },
{ {
title: "Team", title: "Language Server",
url: "#", url: "/language-server",
},
{
title: "Billing",
url: "#",
},
{
title: "Limits",
url: "#",
}, },
], ],
}, },