From e090f7a6f7e775cbe0e0bc7f1406eb15d92bf656 Mon Sep 17 00:00:00 2001 From: khondokartowsif171 Date: Mon, 27 Apr 2026 18:17:12 +0600 Subject: [PATCH] fix: remove stale featured ref in projects, fix command-palette D.projects -> D.services --- src/command-palette.jsx | 4 ++-- src/projects.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/command-palette.jsx b/src/command-palette.jsx index a00738f..0db1e0e 100644 --- a/src/command-palette.jsx +++ b/src/command-palette.jsx @@ -21,8 +21,8 @@ const CommandPalette = ({ open, onClose }) => { { group: "Navigate", label: "Go to Agent showcase", icon: Icons.Sparkles, action: () => location.hash = "#agents" }, { group: "Navigate", label: "Go to Timeline", icon: Icons.Bolt, action: () => location.hash = "#timeline" }, { group: "Navigate", label: "Go to Contact", icon: Icons.Mail, action: () => location.hash = "#contact" }, - ...D.projects.map(p => ({ - group: "Projects", + ...D.services.map(p => ({ + group: "Services", label: p.name, sub: p.kind, icon: Icons.Cube, diff --git a/src/projects.jsx b/src/projects.jsx index fe933ca..f94a87d 100644 --- a/src/projects.jsx +++ b/src/projects.jsx @@ -129,7 +129,7 @@ const ProjectCard = ({ p }) => { }}>