Skip to content

Commit

Permalink
Add full year on the footer for the copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldsg20 committed Jan 6, 2025
1 parent be561bc commit 74d4f30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/common/components/layouts/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<span>Built by</span>
<v-img inline :src="getLogoSrc()" alt="RootstockLabs logo" width="100" />
</div>
<p class="text-bw-500 pt-1">Copyright © 2024 RootstockLabs All rights reserved</p>
<p class="text-bw-500 pt-1">Copyright © {{ new Date().getFullYear() }} RootstockLabs
All rights reserved</p>
</div>
<div class="d-flex ga-4">
<a href="https://rootstocklabs.com/" target="_blank">
Expand Down

0 comments on commit 74d4f30

Please sign in to comment.