0
0
Fork 0

refs #5509 feat(DMS): change icon

This commit is contained in:
Alex Moreno 2024-02-22 10:57:11 +01:00
parent 00bed4fd61
commit de184e9cf8
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ export default {
name: 'EntryDms',
meta: {
title: 'dms',
icon: 'cloud_upload',
icon: 'smb_share',
},
component: () => import('src/pages/Entry/Card/EntryDms.vue'),
},