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 0650c99 commit 2f8f8a7Copy full SHA for 2f8f8a7
app/components/AppFooter.vue
@@ -152,12 +152,12 @@ const socialLinks = computed(() => [
152
</Modal>
153
</div>
154
155
- <div
+ <p
156
class="text-xs text-fg-muted text-center sm:text-start border-t border-border mx-auto w-full py-4"
157
>
158
<span class="sm:hidden">{{ $t('non_affiliation_disclaimer') }}</span>
159
<span class="hidden sm:inline">{{ $t('trademark_disclaimer') }}</span>
160
- </div>
+ </p>
161
162
</footer>
163
</template>
0 commit comments