From 9014d5b4ebc776117fe14c93d81335e2bf729de3 Mon Sep 17 00:00:00 2001 From: Frank Lagendijk Date: Mon, 18 May 2026 18:50:47 +0200 Subject: [PATCH] docs(nav): match Workflow Automation and Integrations icons with dashboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Align the docs sidebar icons with the ones used in the Mergify dashboard's main navigation so the same concepts read the same way across products. - Workflow Automation: lucide:settings → lucide:zap - Integrations: lucide:plug → lucide:blocks The dashboard will be updated separately to use the same icons. Change-Id: If9f374634d4f113d17757eb66174bf720ae3d91f Claude-Session-Id: 5172c674-aa1d-419a-92e9-e6306c0563e0 --- src/content/navItems.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/navItems.tsx b/src/content/navItems.tsx index 84e29cb420..ade063a136 100644 --- a/src/content/navItems.tsx +++ b/src/content/navItems.tsx @@ -235,7 +235,7 @@ const navItems: NavItem[] = [ }, { title: 'Workflow Automation', - icon: 'lucide:settings', + icon: 'lucide:zap', path: '/workflow', children: [ { title: 'Workflow Automation', path: '/workflow/', icon: 'lucide:bot' }, @@ -364,7 +364,7 @@ const navItems: NavItem[] = [ }, { title: 'Integrations', - icon: 'lucide:plug', + icon: 'lucide:blocks', path: '/integrations', children: [ { title: 'GitHub', path: '/integrations/github', icon: 'simple-icons:github' },