We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 497d536 commit 8955b21Copy full SHA for 8955b21
dashboard/src/components/Layout.vue
@@ -41,7 +41,7 @@
41
>
42
<a-menu-item :key="item.id">
43
<!-- <IconHome></IconHome>-->
44
- <svg style="width: 16px; height: 16px; margin-right: 8px;">
+ <svg style="width:20px; height: 20px; margin-right: 8px;">
45
<use :href="`#${item.icon}`"></use>
46
</svg>
47
{{ item.name }}
0 commit comments