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>
|
||||||
</div>
|
</div>
|
||||||
<p class="mt-8 text-center text-base leading-6 text-gray-400">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
@ -49,6 +49,11 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
Navbar,
|
Navbar,
|
||||||
AllUpdatesSubscribe
|
AllUpdatesSubscribe
|
||||||
|
},
|
||||||
|
computed: {
|
||||||
|
currentYear () {
|
||||||
|
return new Date().getFullYear()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue