diff --git a/client/src/components/header/SubNavItem.vue b/client/src/components/header/SubNavItem.vue
new file mode 100644
index 00000000..29a2f3cb
--- /dev/null
+++ b/client/src/components/header/SubNavItem.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/client/src/pages/competence/CompetenceParentPage.vue b/client/src/pages/competence/CompetenceParentPage.vue
index 720bf287..c26dccc3 100644
--- a/client/src/pages/competence/CompetenceParentPage.vue
+++ b/client/src/pages/competence/CompetenceParentPage.vue
@@ -1,4 +1,5 @@
@@ -67,7 +90,7 @@ const competencesRoute = {
- Übersicht
+ {{ currentRouteName }}
@@ -77,69 +100,28 @@ const competencesRoute = {
-
-
+
+
{{ item.name }}
-
-
+
-
+
-
-
- {{ $t("a.Übersicht") }}
-
+
+ {{ item.name }}
+
- -
-
- {{ $t("a.Kompetenznachweise") }}
-
-
- -
-
- {{
- hasEvaluationFeedback
- ? $t("a.Selbst- und Fremdeinschätzungen")
- : $t("a.Selbsteinschätzungen")
- }}
-
-
- -
-
- {{ $t("a.Handlungskompetenzen") }}
-
-
-
-
-