fix: icons
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Javier Segarra 2024-04-26 10:48:25 +02:00
parent 22356966e1
commit 93bbd0c222
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ export default {
name: 'CustomerNotifications', name: 'CustomerNotifications',
meta: { meta: {
title: 'notifications', title: 'notifications',
icon: 'notifications', icon: 'campaign',
}, },
component: () => component: () =>
import( import(
@ -99,7 +99,7 @@ export default {
name: 'CustomerDefaulter', name: 'CustomerDefaulter',
meta: { meta: {
title: 'defaulter', title: 'defaulter',
icon: 'vn:risk', icon: 'vn:defaulter',
}, },
component: () => component: () =>
import('src/pages/Customer/Defaulter/CustomerDefaulter.vue'), import('src/pages/Customer/Defaulter/CustomerDefaulter.vue'),