style footer #14

This commit is contained in:
2021-09-19 11:21:23 +02:00
parent c73534f448
commit ec8bc47ec7
5 changed files with 148 additions and 10 deletions

View File

@ -82,16 +82,16 @@
</nav>
</header>
<router-view />
<footer>
<a href="https://wtf-eg.de/impressum/" class="m-4">Impressum</a>
<a href="https://wtf-eg.de/datenschutz/" class="m-4">Datenschutz</a>
<a href="https://git.wtf-eg.de/kompetenzinventar" class="m-4">git(ea)</a>
<a href="https://git.wtf-eg.de/kompetenzinventar/ki-frontend/issues/new" class="m-4">Problem melden</a>
</footer>
<Footer />
</template>
<script>
import Footer from '@/views/partials/Footer.vue'
export default {
name: "App",
components: {
Footer
},
data() {
return {
showMobileNavbar: false,