mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: missing text on mobile nav
This commit is contained in:
parent
67cfcf0dad
commit
0320d5ab44
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue