Skip to content

Commit 123ee99

Browse files
committed
icon changes
1 parent 44e6ea0 commit 123ee99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/js/composables/useAppLayout.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { ref, computed, onMounted, onUnmounted, watchEffect } from 'vue';
22
import { usePage, useForm } from '@inertiajs/vue3';
33
import { route } from 'ziggy-js';
4-
import { LayoutGrid, House, Info, Github, Code, Settings, LogOut, BookOpen } from 'lucide-vue-next';
4+
import { LayoutGrid, House, Info, Settings, LogOut, ExternalLink, FileSearch, FolderGit2 } from 'lucide-vue-next';
55
import { MenuItem } from '@/types';
66

77
export function useAppLayout() {
@@ -35,17 +35,17 @@ export function useAppLayout() {
3535
{
3636
label: 'PrimeVue Docs',
3737
url: 'https://primevue.org/',
38-
lucideIcon: Code,
38+
lucideIcon: ExternalLink,
3939
},
4040
{
4141
label: 'Starter Kit Docs',
4242
url: 'https://connorabbas.github.io/laravel-primevue-starter-kit-docs/',
43-
lucideIcon: BookOpen,
43+
lucideIcon: FileSearch,
4444
},
4545
{
4646
label: 'Starter Kit Repo',
4747
url: 'https://github.com/connorabbas/laravel-primevue-starter-kit',
48-
lucideIcon: Github,
48+
lucideIcon: FolderGit2,
4949
},
5050
],
5151
},

0 commit comments

Comments
 (0)