mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
feat(sidebar): update navigation links for settings page
This commit is contained in:
parent
10a648feb3
commit
2248645a38
@ -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: "#",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user