We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82a469a commit 175ad88Copy full SHA for 175ad88
src/components/navigation/FooterBar.vue
@@ -3,14 +3,14 @@
3
<template>
4
<div class="footer-bar">
5
<div class="footer-content">
6
- <div class="footer-links">
7
- <router-link to="/impressum" class="footer-link">Impressum</router-link>
8
- <router-link to="/datenschutz" class="footer-link">Datenschutz</router-link>
9
- </div>
10
<div class="footer-copyright">
11
© 2024 - BK2WI 2024 - BSZ Radolfzell in Kooperation mit
12
<a href="https://sybit.education">Sybit GmbH</a>.
13
</div>
+ <div class="footer-links">
+ <router-link to="/impressum" class="footer-link">Impressum</router-link>
+ <router-link to="/datenschutz" class="footer-link">Datenschutz</router-link>
+ </div>
14
15
16
</template>
0 commit comments