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

@@ -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>