From 2274da0b8e011d5491be70a20c8785b6d62d8839 Mon Sep 17 00:00:00 2001 From: Jason Date: Tue, 21 Apr 2026 23:05:52 +0800 Subject: [PATCH] style(hermes): use dashboard icon and move MCP to toolbar end MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Swap ExternalLink for LayoutDashboard on the Hermes Web UI button — clicking it may launch `hermes dashboard` rather than just open a URL, so a panel-style glyph reads truer than a generic external-link icon. Also reorder the toolbar so MCP sits in the final slot, matching the claude/codex/gemini/opencode layout. --- src/App.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 656a8a399..058917172 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -26,7 +26,7 @@ import { KeyRound, Shield, Cpu, - ExternalLink, + LayoutDashboard, } from "lucide-react"; import { getCurrentWindow } from "@tauri-apps/api/window"; import type { Provider, VisibleApps } from "@/types"; @@ -1410,6 +1410,15 @@ function App() { > + - ) : activeApp === "openclaw" ? ( <>