change header to span

This commit is contained in:
Henry Jameson 2026-07-22 21:26:06 +03:00
commit 52af3c4420

View file

@ -213,7 +213,7 @@
class="chat-view-reply-form panel-footer -flexible-height"
>
<div class="auto-reply-to-section">
<h4 class="reply-to-text">
<span class="reply-to-text">
{{ explicitReplyStatus ? $t('status.reply_to_selected') : $t('status.reply_to_last') }}
<button
v-if="explicitReplyStatus"
@ -223,7 +223,7 @@
<FAIcon icon="times" />
{{ $t('general.cancel') }}
</button>
</h4>
</span>
</div>
<PostStatusForm
class="reply-form"