fix: date copy & btn add emails

This commit is contained in:
Alexandro Uc Santos
2025-05-07 20:01:51 -06:00
parent 4eac691907
commit 8eeb750e91
5 changed files with 23 additions and 11 deletions

View File

@@ -1,4 +1,3 @@
<template>
<div class="footer">
<div class="d-flex justify-content-between">
@@ -25,7 +24,7 @@
<RouterLink class="btn-links" :to="{name: 'faqs'}" target="_blank">Faqs</RouterLink>
</div>
</div>
<h4 class="copy"><i class="fa fa-copyright" aria-hidden="true"></i>2024 {{ $t('global.footer') }}</h4>
<h4 class="copy"><i class="fa fa-copyright" aria-hidden="true"></i>{{ new Date().getFullYear() }} {{ $t('global.footer') }}</h4>
</div>
</template>