Skip to content

Commit d0b5d19

Browse files
Merge pull request #196 from HichemTab-tech/use-sidebar-icon
Use and show the icon in the sidebarNavItems in the settings sidebar
2 parents 5a9f934 + b86d7d8 commit d0b5d19

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)