Added onBackground to footer

This commit is contained in:
PascalMarchesseault
2024-10-06 21:48:10 -04:00
parent afc4488ee3
commit abe40bcf9f

View File

@@ -54,7 +54,7 @@ const brandingStore = useBrandingStore()
<div class="flex justify-center base-text" :style="{color: brandingStore.value.colors.onBackground}">
Hutopy &copy;{{ new Date().getFullYear() }} - {{ $t('footer.allRightsReserved') }}
</div>
</footer>
</template>