Added legal data

This commit is contained in:
2026-06-21 15:18:26 +02:00
parent dbcebbb2c4
commit a8205a4f96
6 changed files with 146 additions and 2 deletions
+11 -2
View File
@@ -172,8 +172,8 @@ const props = defineProps({
<div class="footer-inner">
<span>Version {{ globalProps.version }}</span>
<span class="footer-hide-mobile">mareike Modernes Anmeldesystem und richtig einfache Kostenerfassung</span>
<span>Impressum</span>
<span>Datenschutzerklärung</span>
<a href="/impress" class="footer-link">Impressum</a>
<a href="/gdpr" class="footer-link">Datenschutzerklärung</a>
<span>&copy; 2022 2026</span>
</div>
</footer>
@@ -407,6 +407,15 @@ const props = defineProps({
align-items: center;
}
.footer-link {
color: #ffffff;
text-decoration: none;
}
.footer-link:hover {
text-decoration: underline;
}
/* ─── Direktlink zum aktuellen Event ─── */
.current-event-link {
display: none; /* per Default ausgeblendet nur auf Mobile sichtbar */