Skip to content

Commit b86d7d8

Browse files
Use and show the icon in the sidebarNavItems in the settings sidebar
1 parent 5a9f934 commit b86d7d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

resources/js/layouts/settings/Layout.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const currentPath = typeof window !== undefined ? window.location.pathname : '';
4747
as-child
4848
>
4949
<Link :href="item.href">
50+
<component :is="item.icon" class="h-4 w-4" />
5051
{{ item.title }}
5152
</Link>
5253
</Button>

0 commit comments

Comments
 (0)