mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-03 18:29:14 +02:00
changed impress to imprint
This commit is contained in:
@@ -165,7 +165,7 @@
|
||||
</div>
|
||||
<p>
|
||||
Nicht gefunden, wonach du suchst?<br>
|
||||
<a href="/impress">Kontakt aufnehmen</a>
|
||||
<a href="/imprint">Kontakt aufnehmen</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<template>
|
||||
<div class="flex align-items-center justify-content-center flex-column">
|
||||
<div class="flex align-items-center justify-content-center h-4rem mt-2">
|
||||
<h3 class="text-4xl">Impress</h3>
|
||||
<h3 class="text-4xl">Imprint</h3>
|
||||
</div>
|
||||
<div class="flex flex-column col-7">
|
||||
<p>nach dem Telemediengesetz (TMG) der Bundesrepublik Deutschland.</p>
|
@@ -13,9 +13,9 @@ const items = ref([
|
||||
url: "/faq",
|
||||
},
|
||||
{
|
||||
label: "Impress",
|
||||
label: "Imprint",
|
||||
icon: "pi pi-fw pi-id-card",
|
||||
url: "/impress",
|
||||
url: "/imprint",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
|
@@ -3,7 +3,7 @@ import Faq from "../components/FaqPage.vue";
|
||||
import CourseSelection from "../components/CourseSelection.vue";
|
||||
import AdditionalModules from "../components/AdditionalModules.vue";
|
||||
import CalendarLink from "../components/CalendarLink.vue";
|
||||
import Impress from "../components/Impress.vue";
|
||||
import Impress from "../components/Imprint.vue";
|
||||
import PrivacyPolicy from "../components/PrivacyPolicy.vue";
|
||||
import RenameModules from "../components/RenameModules.vue";
|
||||
|
||||
|
Reference in New Issue
Block a user