Initial commit WIP
This commit is contained in:
10
app/components/Footer.vue
Normal file
10
app/components/Footer.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<div class="dark:text-zinc-500 pb-16 mt-16">
|
||||
<div class="text-center">
|
||||
<!-- copyright -->
|
||||
<p class="text-sm">© {{ new Date().getFullYear() }} <NuxtLink to="/" class="text-zinc-500 hover:text-zinc-400">Oscar Mattern</NuxtLink>, All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</v-container>
|
||||
</template>
|
Reference in New Issue
Block a user