From 824e2d72c70b2ee5edb7e705b30cef407b03831f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 21 Mar 2024 16:30:48 +0800 Subject: [PATCH] fix icon --- src/components/cards/PluginCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cards/PluginCard.vue b/src/components/cards/PluginCard.vue index 34fec678..f4bddb03 100644 --- a/src/components/cards/PluginCard.vue +++ b/src/components/cards/PluginCard.vue @@ -304,7 +304,7 @@ const dropdownItems = ref([ value: 3, show: props.plugin?.has_update, props: { - prependIcon: 'mdi-cancel', + prependIcon: 'mdi-arrow-up-circle-outline', color: 'success', click: updatePlugin, },