refactor: update app.vue and various components to improve routing paths, enhance UI consistency, and streamline layout for better user experience
This commit is contained in:
parent
b6e8d3b7ec
commit
78af43770c
29 changed files with 1699 additions and 1990 deletions
|
|
@ -30,17 +30,17 @@ const coopBuilderItems = [
|
|||
{
|
||||
id: "coop-builder",
|
||||
name: "Settings",
|
||||
path: "/coop-builder",
|
||||
path: "/tools/coop-builder",
|
||||
},
|
||||
{
|
||||
id: "budget",
|
||||
name: "Studio Budget",
|
||||
path: "/budget",
|
||||
path: "/tools/budget",
|
||||
},
|
||||
{
|
||||
id: "project-budget",
|
||||
name: "Project Budget",
|
||||
path: "/project-budget",
|
||||
path: "/tools/project-budget",
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue