aboutsummaryrefslogtreecommitdiff
path: root/components/Footer.vue
diff options
context:
space:
mode:
Diffstat (limited to 'components/Footer.vue')
-rw-r--r--components/Footer.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/Footer.vue b/components/Footer.vue
index a2b514e..1890e08 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -1,9 +1,9 @@
<template>
- <v-footer app class="font-weight-medium" color="green darken-3" dark>
+ <v-footer class="font-weight-medium" color="green darken-3" dark>
<v-col cols="12">
- <p class="text-center">Created using NuxtJS and Vuetify. Hosted on Netlify.</p>
- <p class="text-center"><strong>&copy; Copyright 2018-{{ new Date().getFullYear() }}, Andrew Lee.</strong>
- </p>
+ <p class="text-center">Website is licensed under GPL-3.0.</p>
+ <p class="text-center">Created using Vue.JS + NuxtJS and Vuetify. Hosted on Netlify.</p>
+ <p class="text-center">&copy; Copyright 2018-{{ new Date().getFullYear() }}, Andrew Lee. All rights reserved.</p>
</v-col>
</v-footer>
</template>