From cd2eb71efd7333bf630bca6f0cad06ef7b4d17e0 Mon Sep 17 00:00:00 2001 From: wbuezas Date: Mon, 12 Feb 2024 08:14:10 -0300 Subject: [PATCH] Fix view icon --- src/router/modules/travel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router/modules/travel.js b/src/router/modules/travel.js index a9670525f..792b393e4 100644 --- a/src/router/modules/travel.js +++ b/src/router/modules/travel.js @@ -34,7 +34,7 @@ export default { name: 'ExtraCommunity', meta: { title: 'extraCommunity', - icon: 'vn:shipment-01', + icon: 'vn:shipment', }, component: () => import('src/pages/Travel/ExtraCommunity.vue'), },