fix: refs #8316 icon
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Alex Moreno 2025-01-24 08:59:47 +01:00
parent 23e1a58f28
commit 8e3fad60c0
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const itemCard = {
name: 'ItemTags', name: 'ItemTags',
meta: { meta: {
title: 'tags', title: 'tags',
icon: 'vn:tag', icon: 'vn:tags',
}, },
component: () => import('src/pages/Item/Card/ItemTags.vue'), component: () => import('src/pages/Item/Card/ItemTags.vue'),
}, },