fix: drawer icon (o_inbox)

This commit is contained in:
puri-ph4tt 2023-12-06 14:53:57 +07:00
parent 3ee3ce5a47
commit 3da86f8489

View file

@ -37,7 +37,7 @@ const currentIcon = computed(() =>
currentDept.value === 0
? 'mdi-file-cabinet'
: currentDept.value === 1
? 'inbox'
? 'o_inbox'
: 'o_folder_open',
)