fix: missing text on mobile nav
parent
67cfcf0dad
commit
0320d5ab44
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue