diff --git a/src/components/command-menu.tsx b/src/components/command-menu.tsx index 0149258baf42a..5a22b97079836 100644 --- a/src/components/command-menu.tsx +++ b/src/components/command-menu.tsx @@ -11,6 +11,8 @@ import { CommandList, CommandSeparator, } from "@/components/ui/command"; +import { Button } from "./ui/button"; +import { CommandIcon } from "lucide-react"; interface Props { links: { url: string; title: string }[]; @@ -33,13 +35,21 @@ export const CommandMenu = ({ links }: Props) => { return ( <> -

+

Press{" "} J {" "} to open the command menu

+