refactor: rename button

This commit is contained in:
arabcoders 2026-05-15 18:47:43 +03:00
parent ee8218764f
commit 98dd77f004

View file

@ -57,11 +57,11 @@
size="sm"
icon="i-lucide-wrap-text"
:aria-pressed="textWrap"
:title="textWrap ? 'Wrap lines enabled' : 'Wrap lines disabled'"
:title="textWrap ? 'Text wrap enabled' : 'Text wrap disabled'"
:class="['transition-all', textWrap ? '-translate-y-px ring ring-default shadow-xs' : '']"
@click="textWrap = !textWrap"
>
Wrap lines
Wrap
</UButton>
<UInput