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