@@ -221,7 +220,7 @@
{{ $t("faqView.notFound") }}
- support@htwkalender.de
+ support@htwkalender.de
diff --git a/frontend/src/components/MenuBar.vue b/frontend/src/components/MenuBar.vue
index 9311cc3..242b3ed 100644
--- a/frontend/src/components/MenuBar.vue
+++ b/frontend/src/components/MenuBar.vue
@@ -41,7 +41,7 @@ const items = computed(() => [
{
label: t("imprint"),
icon: "pi pi-fw pi-id-card",
- url: "https://htwk-leipzig.de/hochschule/kontakt/impressum/",
+ url: "https://www.htwk-leipzig.de/hochschule/kontakt/impressum/",
},
{
label: t("privacy"),
diff --git a/frontend/src/router/index.ts b/frontend/src/router/index.ts
index 86063d3..f17c5f8 100644
--- a/frontend/src/router/index.ts
+++ b/frontend/src/router/index.ts
@@ -67,15 +67,17 @@ const router = createRouter({
name: "privacy-policy",
component: Faq,
beforeEnter() {
- window.location.href = "https://www.htwk-leipzig.de/hochschule/kontakt/datenschutzerklaerung/";
- }
+ window.location.href =
+ "https://www.htwk-leipzig.de/hochschule/kontakt/datenschutzerklaerung/";
+ },
},
{
path: "/imprint",
name: "imprint",
component: Faq,
beforeEnter() {
- window.location.href = "https://www.htwk-leipzig.de/hochschule/kontakt/impressum/";
+ window.location.href =
+ "https://www.htwk-leipzig.de/hochschule/kontakt/impressum/";
},
},
{