diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/Footer.vue | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/components/Footer.vue b/components/Footer.vue index 76e1022..8c6d144 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,11 +1,11 @@ <template> - <v-footer class="font-weight-medium" color="gray darken-3" dark> - <v-col cols="12"> - <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">© Copyright 2018-{{ new Date().getFullYear() }} Andrew Lee. All rights reserved.</p> - </v-col> - </v-footer> + <div> + <v-footer class="font-weight-medium" color="gray darken-3" dark> + <v-col cols="12"> + <p class="text-center">© Copyright 2018-{{ new Date().getFullYear() }} Andrew Lee. All rights reserved.</p> + </v-col> + </v-footer> + </div> </template> <script> |
