From 9281700b82483bbac1fa70e750bb1781a6913ef6 Mon Sep 17 00:00:00 2001 From: rcourtman Date: Fri, 24 Oct 2025 11:29:09 +0000 Subject: [PATCH] fix: use simplified Tux penguin icon optimized for small sizes Replace detailed Tux SVG with a simplified stroke-based penguin head that renders cleanly at 20x20. The new icon uses strokes instead of fills (matching lucide's style) and was specifically designed by Codex for small-size rendering. The simplified design includes just the essential features (head outline, eyes, beak, belly) and uses currentColor to inherit the chip's color state. --- frontend-modern/src/components/Settings/HostAgents.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend-modern/src/components/Settings/HostAgents.tsx b/frontend-modern/src/components/Settings/HostAgents.tsx index 80ef4f5..0659b0e 100644 --- a/frontend-modern/src/components/Settings/HostAgents.tsx +++ b/frontend-modern/src/components/Settings/HostAgents.tsx @@ -26,8 +26,11 @@ const hostPlatformOptions: { id: HostPlatform; label: string; description: strin label: 'Linux', description: 'Download the static binary and enable the systemd service on Debian, Ubuntu, RHEL, Arch, and more.', icon: ( - - + + + + + ), },