From fc3e1f4149ed24c5a568e8d0ba29c9cbe5194ac7 Mon Sep 17 00:00:00 2001 From: Daryn Date: Sun, 19 Apr 2026 18:05:31 +0100 Subject: [PATCH] Improve display --- app/components/DesktopItem.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);