aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/Footer.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Footer.vue b/components/Footer.vue
index 1890e08..19aab10 100644
--- a/components/Footer.vue
+++ b/components/Footer.vue
@@ -3,7 +3,7 @@
<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">&copy; Copyright 2018-{{ new Date().getFullYear() }}, Andrew Lee. All rights reserved.</p>
+ <p class="text-center">&copy; Copyright 2018-{{ new Date().getFullYear() }} Andrew Lee. All rights reserved.</p>
</v-col>
</v-footer>
</template>