feat:#36 updated imprint and links

This commit is contained in:
Elmar Kresse
2024-03-18 00:43:33 +01:00
parent 2c485dd8b9
commit 18be636465
6 changed files with 21 additions and 20 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup></script>
<script lang="ts" setup>
</script>
<template>
<div class="flex align-items-center justify-content-center flex-column">
@@ -220,7 +221,7 @@
</div>
<p>
{{ $t("faqView.notFound") }}<br />
<a href="/imprint">{{ $t("faqView.contact") }}</a>
<a href="mailto:support@htwkalender.de">support@htwkalender.de</a>
</p>
</div>
</div>

View File

@@ -41,12 +41,12 @@ const items = computed(() => [
{
label: t("imprint"),
icon: "pi pi-fw pi-id-card",
route: "/imprint",
url: "https://htwk-leipzig.de/hochschule/kontakt/impressum/",
},
{
label: t("privacy"),
icon: "pi pi-fw pi-exclamation-triangle",
route: "/privacy-policy",
url: "https://www.htwk-leipzig.de/hochschule/kontakt/datenschutzerklaerung/",
},
]);
</script>
@@ -88,6 +88,7 @@ const items = computed(() => [
: 'flex align-items-center'
"
v-bind="props.action"
:href="item.url"
>
<span :class="item.icon" />
<span class="ml-2 p-menuitem-label">{{ item.label }}</span>