From c6475cce54ebd2c698aa648c7be46751a342714c Mon Sep 17 00:00:00 2001 From: kbot Date: Mon, 6 Jul 2026 22:21:54 -0500 Subject: [PATCH] fix: drop stale ssh palette keyword audit remediation --- components/portfolio/CommandPalette.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/portfolio/CommandPalette.tsx b/components/portfolio/CommandPalette.tsx index 4dd12e9..73a28e4 100644 --- a/components/portfolio/CommandPalette.tsx +++ b/components/portfolio/CommandPalette.tsx @@ -38,7 +38,7 @@ const commands: { { label: "Go to Contact", hint: "#contact", - keywords: ["email", "ssh", "signal"], + keywords: ["email", "signal"], action: { kind: "scroll", targetId: "contact" }, }, {