Skip to content

Commit

Permalink
change copyright to be static
Browse files Browse the repository at this point in the history
  • Loading branch information
nzomkxia committed Apr 10, 2019
1 parent 266d1b9 commit 37e23a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dubbo-admin-ui/src/components/public/Footers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<template>
<v-footer inset height="auto" class="pa-3 footer-border-top">
<v-spacer></v-spacer>
<span class="caption mr-1"><strong>Copyright</strong> &copy;{{ new Date().getFullYear() }} <strong>The Apache Software Foundation.</strong></span>
<span class="caption mr-1"><strong>Copyright</strong> &copy;2018-2019 <strong>The Apache Software Foundation.</strong></span>
</v-footer>
</template>
<script>
Expand Down

0 comments on commit 37e23a7

Please sign in to comment.