aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-07-26 18:16:08 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-07-26 18:16:08 -0400
commit6c999c3c88e9f894fc9746e01bf22be24f351d9b (patch)
tree587cfc24430ce526d94f38307246faf97963cb28 /components
parenta045f870e9dae04342113e1b2cf7f1c2e6bc79a9 (diff)
downloadpersonal-website-6c999c3c88e9f894fc9746e01bf22be24f351d9b.tar.gz
personal-website-6c999c3c88e9f894fc9746e01bf22be24f351d9b.tar.bz2
personal-website-6c999c3c88e9f894fc9746e01bf22be24f351d9b.zip
Finished the projects page, changed footer
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>