mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Merge branch 'master' into feat/build-lists
# Conflicts: # package-lock.json
This commit is contained in:
commit
a7551e1dd8
46 changed files with 3164 additions and 7153 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