diff --git a/Services/client/src/components/FileItem.vue b/Services/client/src/components/FileItem.vue index 82c9b5b..62fe65b 100644 --- a/Services/client/src/components/FileItem.vue +++ b/Services/client/src/components/FileItem.vue @@ -37,7 +37,7 @@ const currentIcon = computed(() => currentDept.value === 0 ? 'mdi-file-cabinet' : currentDept.value === 1 - ? 'inbox' + ? 'o_inbox' : 'o_folder_open', )