diff --git a/app/components/DesktopItem.vue b/app/components/DesktopItem.vue index f61072c..ecd1168 100644 --- a/app/components/DesktopItem.vue +++ b/app/components/DesktopItem.vue @@ -26,11 +26,11 @@ const iconToUse = computed(() => props.item.icon || defaultIcon.value);