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 4f4b600 commit ee3ffaaCopy full SHA for ee3ffaa
app/components/AppFooter.vue
@@ -131,10 +131,10 @@ const closeModal = () => modalRef.value?.close?.()
131
</div>
132
133
134
- <p class="text-xs text-fg-muted text-center sm:text-start m-0">
+ <small class="text-xs text-fg-muted text-center sm:text-start m-0">
135
<span class="sm:hidden">{{ $t('non_affiliation_disclaimer') }}</span>
136
<span class="hidden sm:inline">{{ $t('trademark_disclaimer') }}</span>
137
- </p>
+ </small>
138
139
</footer>
140
</template>
0 commit comments