From 7baa7eee7ce6a0bf3961c4c9491d3db4dd474707 Mon Sep 17 00:00:00 2001 From: "flamingo[bot]" <277372822+flamingo[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 05:22:09 +0000 Subject: [PATCH] fix(MULTIPLA-003): Raw lucide-react icons used instead of @flamingo-stack/openframe-frontend-core icon set in remote-desktop actions menu --- .../devices/details/remote-desktop/actions-menu-config.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(app)/devices/details/remote-desktop/actions-menu-config.tsx b/src/app/(app)/devices/details/remote-desktop/actions-menu-config.tsx index c396e765..106078c1 100644 --- a/src/app/(app)/devices/details/remote-desktop/actions-menu-config.tsx +++ b/src/app/(app)/devices/details/remote-desktop/actions-menu-config.tsx @@ -1,5 +1,5 @@ import type { ActionsMenuGroup } from '@flamingo-stack/openframe-frontend-core'; -import { Keyboard, Moon, Power, RotateCcw, Sunrise } from 'lucide-react'; +import { Keyboard, Moon, Power, RotateCcw, Sunrise } from '@flamingo-stack/openframe-frontend-core/components/icons-v2'; // Virtual key codes based on Windows Virtual-Key Codes export const VK = {