Skip to content

Commit a57f7b4

Browse files
committed
Improved Footer structure
1 parent 188b82a commit a57f7b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
<template>
2-
<UFFooterContent>{{ $t('COPYRIGHT', { year: new Date().getFullYear() }) }}</UFFooterContent>
2+
<UFFooterContent>
3+
<div>{{ $t('COPYRIGHT', { year: new Date().getFullYear() }) }}</div>
4+
</UFFooterContent>
35
</template>

0 commit comments

Comments
 (0)