fix: missing text on mobile nav

zio/stable
patak 2022-12-21 13:30:51 +01:00
parent 67cfcf0dad
commit 0320d5ab44
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ useCommand({
<div :class="icon" text-xl />
</slot>
<slot>
<span hidden lg:block>{{ text }}</span>
<span block sm:hidden lg:block>{{ text }}</span>
</slot>
</div>
</CommonTooltip>