1
0

replaced ti-users

This commit is contained in:
dakkar
2024-06-21 16:19:13 +01:00
parent 84fd5822bc
commit 527bbd036c
17 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ const menuDef = computed(() => [{
to: '/admin/overview',
active: currentPage.value?.route.name === 'overview',
}, {
icon: 'ph-users ph-bold ph-lg',
icon: 'ti ti-users',
text: i18n.ts.users,
to: '/admin/users',
active: currentPage.value?.route.name === 'users',