Fix broken components & update navbars logo

This commit is contained in:
khatabwedaa
2021-05-27 19:53:11 +02:00
parent e1380f6eab
commit 66f31cf875
11 changed files with 34 additions and 24 deletions

9
components/Footer.vue Normal file
View File

@@ -0,0 +1,9 @@
<template>
<div class="container px-6 mx-auto">
<div class="flex flex-col items-center border-t border-gray-200">
<div class="py-6 text-center">
<p class="text-sm text-gray-600">© {{ (new Date().getFullYear()) }} by Baka Team</p>
</div>
</div>
</div>
</template>