changed some colours and the order of certain buttons

This commit is contained in:
2026-02-22 16:00:08 +02:00
parent ef31852fd8
commit 8abb65ac8d
3 changed files with 122 additions and 92 deletions

View File

@@ -8,8 +8,8 @@ const navItems = [
label: "Melodies",
permission: "melodies",
children: [
{ to: "/melodies", label: "Editor" },
{ to: "/melodies/builder", label: "Builder" },
{ to: "/melodies", label: "Main Editor" },
{ to: "/melodies/builder", label: "Archetypes" },
{ to: "/melodies/settings", label: "Settings" },
],
},