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, },