We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c83cc commit b1517b7Copy full SHA for b1517b7
resources/js/Components/PrimeVue/LinksPanelMenu.vue
@@ -29,10 +29,10 @@
29
: 'text-surface-700 dark:text-surface-0'
30
"
31
>
32
- <span
+ <i
33
v-show="item.icon"
34
:class="item.icon"
35
- class="mr-2"
+ class="p-panelmenu-item-icon mr-2"
36
/>
37
<span>{{ item.label }}</span>
38
</Link>
@@ -42,10 +42,10 @@
42
:href="item.url"
43
:target="item.target"
44
45
46
47
48
49
50
51
<span v-if="item.items" class="pi pi-angle-down ml-auto" />
0 commit comments