mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Update year
This commit is contained in:
parent
e84d433978
commit
eb9c9d9753
1 changed files with 6 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<p class="mt-8 text-center text-base leading-6 text-gray-400">
|
||||
© 2020 Does it ARM All rights reserved.
|
||||
© {{ currentYear }} Does it ARM All rights reserved.
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
@ -49,6 +49,11 @@ export default {
|
|||
components: {
|
||||
Navbar,
|
||||
AllUpdatesSubscribe
|
||||
},
|
||||
computed: {
|
||||
currentYear () {
|
||||
return new Date().getFullYear()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue