Skip to content

Commit ee3ffaa

Browse files
authored
fix: change paragraph to small tag for legal copy (#1950)
1 parent 4f4b600 commit ee3ffaa

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
@@ -131,10 +131,10 @@ const closeModal = () => modalRef.value?.close?.()
131131
</div>
132132
</div>
133133
</div>
134-
<p class="text-xs text-fg-muted text-center sm:text-start m-0">
134+
<small class="text-xs text-fg-muted text-center sm:text-start m-0">
135135
<span class="sm:hidden">{{ $t('non_affiliation_disclaimer') }}</span>
136136
<span class="hidden sm:inline">{{ $t('trademark_disclaimer') }}</span>
137-
</p>
137+
</small>
138138
</div>
139139
</footer>
140140
</template>

0 commit comments

Comments
 (0)