diff --git a/spaces/layouts/default.vue b/spaces/layouts/default.vue index 4870a27..8077865 100644 --- a/spaces/layouts/default.vue +++ b/spaces/layouts/default.vue @@ -331,7 +331,7 @@ let links = [ icon: "i-heroicons-clipboard-document-list" },{ label: "Mitarbeiter", - to: "/settings/profiles", + to: "/profiles", icon: "i-heroicons-clipboard-document-list" } ] diff --git a/spaces/pages/settings/profiles/create.vue b/spaces/pages/profiles/create.vue similarity index 96% rename from spaces/pages/settings/profiles/create.vue rename to spaces/pages/profiles/create.vue index f6b0912..a6cc563 100644 --- a/spaces/pages/settings/profiles/create.vue +++ b/spaces/pages/profiles/create.vue @@ -21,7 +21,7 @@ const createProfile = async () => {