mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 15:05:34 +00:00
Fix broken components & update navbars logo
This commit is contained in:
9
components/Footer.vue
Normal file
9
components/Footer.vue
Normal 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>
|
||||
Reference in New Issue
Block a user