Skip to content

Commit 2f8f8a7

Browse files
committed
refactor(ui): revert to p tag in footer with correct closing tag
1 parent 0650c99 commit 2f8f8a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/AppFooter.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ const socialLinks = computed(() => [
152152
</Modal>
153153
</div>
154154
</div>
155-
<div
155+
<p
156156
class="text-xs text-fg-muted text-center sm:text-start border-t border-border mx-auto w-full py-4"
157157
>
158158
<span class="sm:hidden">{{ $t('non_affiliation_disclaimer') }}</span>
159159
<span class="hidden sm:inline">{{ $t('trademark_disclaimer') }}</span>
160-
</div>
160+
</p>
161161
</div>
162162
</footer>
163163
</template>

0 commit comments

Comments
 (0)