diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 18:16:08 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-07-26 18:16:08 -0400 |
| commit | 6c999c3c88e9f894fc9746e01bf22be24f351d9b (patch) | |
| tree | 587cfc24430ce526d94f38307246faf97963cb28 /components | |
| parent | a045f870e9dae04342113e1b2cf7f1c2e6bc79a9 (diff) | |
| download | personal-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.vue | 2 |
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">© Copyright 2018-{{ new Date().getFullYear() }}, Andrew Lee. All rights reserved.</p> + <p class="text-center">© Copyright 2018-{{ new Date().getFullYear() }} Andrew Lee. All rights reserved.</p> </v-col> </v-footer> </template> |
