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" }, }, {