We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188b82a commit a57f7b4Copy full SHA for a57f7b4
1 file changed
app/assets/components/FooterContent.vue
@@ -1,3 +1,5 @@
1
<template>
2
- <UFFooterContent>{{ $t('COPYRIGHT', { year: new Date().getFullYear() }) }}</UFFooterContent>
+ <UFFooterContent>
3
+ <div>{{ $t('COPYRIGHT', { year: new Date().getFullYear() }) }}</div>
4
+ </UFFooterContent>
5
</template>
0 commit comments