diff --git a/ClyCites/components/search-command.tsx b/ClyCites/components/search-command.tsx index 2c3c5c8..9a6aa9e 100644 --- a/ClyCites/components/search-command.tsx +++ b/ClyCites/components/search-command.tsx @@ -50,12 +50,12 @@ export function SearchCommand({ className, ...props }: DialogProps & { className Search... Search - ⌘K + {/* ⌘K */} - + No results found. runCommand(() => router.push("/"))}>Home diff --git a/ClyCites/components/ui/command.tsx b/ClyCites/components/ui/command.tsx index 831139f..76c8c66 100644 --- a/ClyCites/components/ui/command.tsx +++ b/ClyCites/components/ui/command.tsx @@ -23,7 +23,7 @@ const Command = React.forwardRef< )) Command.displayName = CommandPrimitive.displayName -interface CommandDialogProps extends DialogProps {} +interface CommandDialogProps extends DialogProps { } const CommandDialog = ({ children, ...props }: CommandDialogProps) => { return ( @@ -41,7 +41,7 @@ const CommandInput = React.forwardRef< React.ElementRef, React.ComponentPropsWithoutRef >(({ className, ...props }, ref) => ( - + (({ className, ...props }, ref) => ( ))