fix: missing text on mobile nav

This commit is contained in:
patak 2022-12-21 13:30:51 +01:00
parent 67cfcf0dad
commit 0320d5ab44

View file

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