Files
social-media/src/views/main/Footer.vue
Dominic Villemure c0bc147b00 Integrate i18n
2024-08-20 21:59:55 -04:00

10 lines
199 B
Vue

<template>
<footer>
<div class="p-4 text-center font-sans">
Hutopy &copy;{{ new Date().getFullYear() }} - {{ $t('footer.allRightsReserved') }}
</div>
</footer>
</template>