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' },